Skip to content

Commit

Permalink
Fix CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 16, 2024
1 parent 891f1d5 commit 7554739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Run benchmark
uses: CodSpeedHQ/action@v2
timeout-minutes: 30
working-directory: ./napi/parser
with:
working-directory: ./napi/parser
run: node parse.bench.mjs
token: ${{ secrets.CODSPEED_TOKEN }}

Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
corepack enable
pnpm install
pnpm run build
pnpm run generate
- name: Run NAPI benchmark
working-directory: ./napi/parser
Expand Down

0 comments on commit 7554739

Please sign in to comment.