diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 42d801da..41243d4f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -102,7 +102,7 @@ jobs: id: analyze_test_results if: github.ref_name == 'main' run: | - JSON_RESULTS="target/site/serenity/serenity-summary.json" + JSON_RESULTS="didcomm-v2-mediator-test-suite/target/site/serenity/serenity-summary.json" CONCLUSION=failure TOTAL_TESTS=0 FAILED_TESTS=0 @@ -142,4 +142,4 @@ jobs: Skipped (known bugs): ${{ steps.analyze_test_results.outputs.skipped }} SLACK_TITLE: "Mediator Integration tests: ${{ steps.analyze_test_results.outputs.conclusion }}" SLACK_USERNAME: circleci - SLACK_WEBHOOK: ${{ secrets.E2E_TESTS_SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}