test: upload electron win+mac results to dashboard (#14072)

This commit is contained in:
Dmitry Gozman 2022-05-10 17:24:44 +01:00 committed by GitHub
parent ddcce7a63a
commit dba503c4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: