Skip to content

Commit

Permalink
fix release test
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 14, 2022
1 parent 7d7aeeb commit f823bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perf-over-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
cache: 'pnpm'
- uses: tracerbench/tracerbench-compare-action@master
with:
experiment-build-command: npm run --if-present build-v2-addons && pnpm --filter performance-test-app exec ember build -e production --output-path dist-experiment
experiment-build-command: npm run --if-present build-v2-addons && pnpm install && pnpm --filter performance-test-app exec ember build -e production --output-path dist-experiment
experiment-serve-command: pnpm --filter performance-test-app exec ember s --path dist-experiment --port 4201
control-build-command: yarn install && npm run --if-present build-v2-addons && yarn workspace performance-test-app ember build -e production --output-path dist-control
control-serve-command: yarn workspace performance-test-app ember s --path dist-control
control-build-command: npm run --if-present build-v2-addons && pnpm install && pnpm --filter performance-test-app exec ember build -e production --output-path dist-control
control-serve-command: pnpm --filter performance-test-app exec ember s --path dist-control
sample-timeout: 60
use-pnpm: true
scenarios: |
Expand Down

0 comments on commit f823bfc

Please sign in to comment.