Skip to content

Commit

Permalink
fix: perf test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 25, 2024
1 parent e8cd848 commit 2daa532
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
key: ${{ runner.os }}-16-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn install --immutable --check-cache
run: yarn install

- name: Build plugin
run: yarn pack
Expand All @@ -130,9 +130,7 @@ jobs:
path: ./e2e

- name: Run benchmark
run: |
git checkout -f main
yarn test:perf
run: yarn test:perf

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 2daa532

Please sign in to comment.