Skip to content

Commit

Permalink
Add missing .sh extension
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jun 26, 2024
1 parent cb7fd16 commit 636e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/then.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
resource_class: xlarge
steps:
- install-dependencies-and-checkout
- run: pwd && ../scripts/benchmarks 2 1
- run: pwd && ./scripts/benchmarks.sh 2 1

node-test:
machine:
Expand Down

0 comments on commit 636e77e

Please sign in to comment.