mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: fix docker flakiness dashboard uploads
This commit is contained in:
parent
d34b53a0d7
commit
0450b20712
2
.github/workflows/tests_docker.yml
vendored
2
.github/workflows/tests_docker.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
run: docker exec playwright-docker-${{ matrix.tag }}-test npm run build
|
||||
- name: Run "npm run test" inside docker
|
||||
run: docker exec -e INSIDE_DOCKER=1 -e CI=1 playwright-docker-${{ matrix.tag }}-test xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" npm run test
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
- run: sudo ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always()
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: ${{ always() }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user