Skip to content

Commit

Permalink
fixed: setup chrome on the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 23, 2024
1 parent 3474f84 commit 1f8790b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
npm run lint
npm test
- name: Runtime test
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 120
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
run: |
npm run build
Expand Down

0 comments on commit 1f8790b

Please sign in to comment.