mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: add canary specific expectation file (#12383)
This commit is contained in:
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
@@ -55,6 +55,8 @@ jobs:
|
||||
- name: Install Chrome Canary
|
||||
id: browser
|
||||
run: node tools/download_chrome_canary.mjs $HOME/.cache/puppeteer/chrome-canary
|
||||
- name: Apply Canary expectations
|
||||
run: node tools/merge-canary-test-expectations.mjs
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user