test: add canary specific expectation file (#12383)

This commit is contained in:
Alex Rudenko
2024-05-03 10:31:21 +02:00
committed by GitHub
parent dc303f061b
commit 0af4664b8a
3 changed files with 38 additions and 0 deletions

View File

@@ -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