Skip to content

Commit

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

0 comments on commit 3d34166

Please sign in to comment.