test: upload electron win+mac results to dashboard (#14072)
This commit is contained in:
parent
ddcce7a63a
commit
dba503c4b7
3
.github/workflows/tests_electron.yml
vendored
3
.github/workflows/tests_electron.yml
vendored
|
|
@ -45,7 +45,8 @@ jobs:
|
||||||
- run: node tests/config/checkCoverage.js electron
|
- run: node tests/config/checkCoverage.js electron
|
||||||
if: always() && matrix.os == 'ubuntu-latest'
|
if: always() && matrix.os == 'ubuntu-latest'
|
||||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||||
if: always() && matrix.os == 'ubuntu-latest'
|
if: always()
|
||||||
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: always() && matrix.os == 'ubuntu-latest'
|
if: always() && matrix.os == 'ubuntu-latest'
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue