We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8790b commit 3d34166Copy full SHA for 3d34166
.github/workflows/test.yml
@@ -24,10 +24,12 @@ jobs:
24
- run: |
25
npm run lint
26
npm test
27
- - name: Runtime test
+ - name: Setup chrome
28
+ if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
29
uses: browser-actions/setup-chrome@v1
30
with:
31
chrome-version: 120
32
+ - name: Runtime test
33
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
34
run: |
35
npm run build
0 commit comments