diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index fba2a7937..dc685462a 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -26,9 +26,9 @@ jobs: yarn wait:ci yarn test:ci - uses: tanmen/jest-reporter@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - result-file: integration-tests/result.json + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + result-file: integration-tests/result.json services: postgres: