devops: fix Docker test-result uploads
This commit is contained in:
parent
25a8023720
commit
299d3d6074
4
.github/workflows/tests_docker.yml
vendored
4
.github/workflows/tests_docker.yml
vendored
|
|
@ -61,7 +61,9 @@ 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: sudo ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
- name: Make all writable for uploading the test-results
|
||||
run: sudo chmod -R 777 .
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always()
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue