mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: fix canary installation on windows (#11615)
This commit is contained in:
parent
d11db4a0f2
commit
7a3d24bf57
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: npm run build --workspace @puppeteer-test/test
|
||||
- name: Install Chrome Canary
|
||||
id: browser
|
||||
run: node tools/download_chrome_bidi.mjs ~/.cache/puppeteer/chrome-canary
|
||||
run: node tools/download_chrome_bidi.mjs $HOME/.cache/puppeteer/chrome-canary
|
||||
- name: Run all tests (for non-Linux)
|
||||
if: ${{ matrix.os != 'ubuntu-latest' }}
|
||||
run: npm run test -- --shard '${{ matrix.shard }}' --test-suite ${{ matrix.suite }} --save-stats-to /tmp/artifacts/${{ github.event_name }}_INSERTID.json
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -193,7 +193,7 @@ jobs:
|
||||
- name: Install Chrome Canary
|
||||
if: ${{ matrix.suite == 'chrome-bidi' }}
|
||||
id: browser
|
||||
run: node tools/download_chrome_bidi.mjs ~/.cache/puppeteer/chrome-canary
|
||||
run: node tools/download_chrome_bidi.mjs $HOME/.cache/puppeteer/chrome-canary
|
||||
- name: Run all tests (for non-Linux)
|
||||
if: ${{ matrix.os != 'ubuntu-latest' }}
|
||||
run: npm run test -- --shard '${{ matrix.shard }}' --test-suite ${{ matrix.suite }} --save-stats-to /tmp/artifacts/${{ github.event_name }}_INSERTID.json
|
||||
|
Loading…
Reference in New Issue
Block a user