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 31900eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
"e2e:prepare": "yarn install --frozen-lockfile && yarn playwright install",
"e2e:report": "yarn playwright show-report",
"e2e:ui": "yarn playwright test --ui",
"e2e": "playwright test",
Expand Down

0 comments on commit 31900eb

Please sign in to comment.