devops: fix flakiness upload on windows (#4415)

This commit is contained in:
Andrey Lushnikov 2020-11-12 09:30:09 -08:00 committed by GitHub
parent d8837a8040
commit 52147b3046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@ jobs:
FOLIO_JSON_OUTPUT_NAME: "test-results/report.json"
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() && github.ref == 'refs/heads/master'
shell: bash
- uses: actions/upload-artifact@v1
if: ${{ always() }}
with: