mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: continue-on-error
for non-Linux tests (#8632)
This commit is contained in:
parent
b5a345b06b
commit
b49d530d73
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -172,6 +172,7 @@ jobs:
|
||||
run: npm run test:chrome
|
||||
- name: Test Firefox
|
||||
if: ${{ steps.test-chrome.conclusion != 'skipped' }}
|
||||
continue-on-error: true
|
||||
run: npm run test:firefox
|
||||
- name: Test bundling and installation
|
||||
if: ${{ matrix.spec.name == 'Linux' }}
|
||||
|
Loading…
Reference in New Issue
Block a user