From 52147b30467f1adb06f0b23ac640d55508ede3db Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 12 Nov 2020 09:30:09 -0800 Subject: [PATCH] devops: fix flakiness upload on windows (#4415) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 205a29fdeb..b4d9034752 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: