Skip to content

Commit 27d8c38

Browse files
committed
Fix bench action
1 parent 2fafb3f commit 27d8c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grafana-bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: latest
3232

3333
- name: Install frontend dependencies
34-
run: npm ci
34+
run: npm install
3535

3636
- name: Build frontend
3737
run: npm run build
@@ -58,6 +58,6 @@ jobs:
5858
--grafana-url "http://localhost:3000" \
5959
--log-level debug \
6060
--pw-execute "npm run e2e" \
61-
--pw-prepare "npm ci; npx playwright install" \
61+
--pw-prepare "npm install; npx playwright install" \
6262
--test-env-vars "CI=true" \
6363
--test-runner playwright

0 commit comments

Comments
 (0)