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