Skip to content

Commit

Permalink
fix reference to bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Jan 10, 2025
1 parent f8e1317 commit 34a6ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Project Benchmarks (Next)
run: |
cd next
bash ../../scripts/run.sh
bash scripts/run.sh
- name: Run Project Benchmarks (Astro)
run: |
Expand Down

0 comments on commit 34a6ca4

Please sign in to comment.