diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 3b444e007..9e50653bc 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,14 @@ jobs: node-version: 18 - name: Run Tests + working-directory: integration_tests run: | - cd integration_tests yarn install yarn test + + - name: Publish Test Results + uses: EnricoMi/publish-unit-test-result-action@v2 + if: always() + with: + files: | + integration_tests/results.json diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 12d6d63b0..c6dd4f201 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,8 +8,10 @@ - + + +