Skip to content

Commit 3d34166

Browse files
fixed: CI syntax
1 parent 1f8790b commit 3d34166

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
- run: |
2525
npm run lint
2626
npm test
27-
- name: Runtime test
27+
- name: Setup chrome
28+
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
2829
uses: browser-actions/setup-chrome@v1
2930
with:
3031
chrome-version: 120
32+
- name: Runtime test
3133
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
3234
run: |
3335
npm run build

0 commit comments

Comments
 (0)