From b13f01d3b3a400a9ca920d5fb9221fe063bbc114 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Fri, 28 May 2021 15:12:06 +0200 Subject: [PATCH] fix --- .github/workflows/integration-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: