Skip to content

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 22, 2024
1 parent 46ef8ef commit b650ac6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ jobs:
- name: Upload benchmarks (dry-run)
if: ${{ github.event.inputs.just-check }}
run: |
cd enso/tools/performance/engine-benchmarks/bench_tool
cd enso/tools/performance/engine-benchmarks
python3 website_regen.py \
-v \
--dry-run \
--local-repo engine-benchmark-results
- name: Upload benchmarks
# TODO: Remove the --dry-run arg
run: |
cd enso/tools/performance/engine-benchmarks/bench_tool
cd enso/tools/performance/engine-benchmarks
python3 website_regen.py \
-v \
--dry-run \
--local-repo engine-benchmark-results

0 comments on commit b650ac6

Please sign in to comment.