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
|
||||
if: always() && matrix.os == 'ubuntu-latest'
|
||||
- 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
|
||||
if: always() && matrix.os == 'ubuntu-latest'
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue