From dc2091da7a3811b001dea739e4b22000098f69ca Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Sat, 14 Oct 2023 16:48:27 +0100 Subject: [PATCH] test: fix ci --- .github/workflows/integration-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 47c3480b7f..ce047ef1a8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -100,6 +100,9 @@ jobs: java-version: '19' - name: Run integration tests + env: + ATALA_GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }} + ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }} continue-on-error: true run: | ./gradlew test --tests "IntegrationTestsRunner" || true