Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 30, 2021
1 parent caffec6 commit 0683d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git show --format=short --no-patch $originSha
- uses: tracerbench/tracerbench-compare-action@update-configurability
with:
control-sha: git rev-parse --short=8 origin/runspired/simpler-relationships
control-sha: $(git rev-parse --short=8 origin/runspired/simpler-relationships)
experiment-build-command: yarn workspace relationship-performance-test-app ember build -e production --output-path dist-experiment
experiment-serve-command: yarn workspace relationship-performance-test-app ember s --path dist-experiment --port 4201
control-build-command: yarn workspace relationship-performance-test-app ember build -e production --output-path dist-control
Expand Down

0 comments on commit 0683d69

Please sign in to comment.