We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fafb3f commit 27d8c38Copy full SHA for 27d8c38
.github/workflows/grafana-bench.yml
@@ -31,7 +31,7 @@ jobs:
31
version: latest
32
33
- name: Install frontend dependencies
34
- run: npm ci
+ run: npm install
35
36
- name: Build frontend
37
run: npm run build
@@ -58,6 +58,6 @@ jobs:
58
--grafana-url "http://localhost:3000" \
59
--log-level debug \
60
--pw-execute "npm run e2e" \
61
- --pw-prepare "npm ci; npx playwright install" \
+ --pw-prepare "npm install; npx playwright install" \
62
--test-env-vars "CI=true" \
63
--test-runner playwright
0 commit comments