mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
devops: start uploading test reports from chrome stable runs (#6092)
This commit is contained in:
parent
ba5ba52e41
commit
da3ddb07c0
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -276,6 +276,8 @@ jobs:
|
||||
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npm run test -- chromium --reporter=dot,json"
|
||||
env:
|
||||
PW_CHROMIUM_CHANNEL: "chrome"
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always() && github.repository == 'microsoft/playwright' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-'))
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
@ -303,6 +305,9 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
PW_CHROMIUM_CHANNEL: "chrome"
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always() && github.repository == 'microsoft/playwright' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-'))
|
||||
shell: bash
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
@ -326,6 +331,8 @@ jobs:
|
||||
- run: npm run test -- chromium --reporter=dot,json
|
||||
env:
|
||||
PW_CHROMIUM_CHANNEL: "chrome"
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always() && github.repository == 'microsoft/playwright' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-'))
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user