diff --git a/.github/workflows/tests_electron.yml b/.github/workflows/tests_electron.yml index fb4b70c27b..c278439322 100644 --- a/.github/workflows/tests_electron.yml +++ b/.github/workflows/tests_electron.yml @@ -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: