From 5fa9a303cbf189dc73b19bdc5b45e21578cf7293 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Fri, 28 May 2021 15:29:20 +0200 Subject: [PATCH] fix --- .github/workflows/integration-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 21af01b8..d69b5c67 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -26,6 +26,7 @@ jobs: yarn test:ci # yarn wait:ci - uses: tanmen/jest-reporter@v1 + if: always() with: github-token: ${{ secrets.GITHUB_TOKEN }} result-file: integration-tests/result.json