Skip to content

Commit

Permalink
Remove e2e:prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats committed Oct 29, 2024
1 parent 2f199bc commit 4d6f395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grafana-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--grafana-url "http://localhost:3000" \
--log-level DEBUG \
--pw-execute-cmd "yarn e2e" \
--pw-prepare-cmd "yarn e2e:prepare" \
--pw-prepare-cmd "yarn install --frozen-lockfile && yarn playwright install" \
--test-env-vars "CI=true" \
--test-runner "playwright" \
--test-suite-base "/home/bench/tests/"
Expand Down

0 comments on commit 4d6f395

Please sign in to comment.