Skip to content

Commit

Permalink
fix bench co (#5414)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 21, 2024
1 parent 13f9b6e commit 35a6b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install
run: |
npm install --only=production --ignore-scripts
npm install --ignore-scripts
- name: Run benchmark
id: benchmark-pr
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Install
run: |
npm install --only=production --ignore-scripts
npm install --ignore-scripts
- name: Run benchmark
id: benchmark-main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install
run: |
npm install --only=production --ignore-scripts
npm install --ignore-scripts
- name: Run benchmark
id: benchmark-pr
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Install
run: |
npm install --only=production --ignore-scripts
npm install --ignore-scripts
- name: Run benchmark
id: benchmark-main
Expand Down

0 comments on commit 35a6b99

Please sign in to comment.