ci: download latest Canary build (#11918)

This commit is contained in:
Alex Rudenko
2024-02-14 19:07:13 +01:00
committed by GitHub
parent 58e7e4fcef
commit 72726e6e11
2 changed files with 52 additions and 1 deletions

View File

@@ -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 $HOME/.cache/puppeteer/chrome-canary
run: node tools/download_chrome_canary.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