From b04cecc8fe57f109b791bfa4c7fb0bee1bf5fa53 Mon Sep 17 00:00:00 2001 From: alexradzin Date: Sat, 4 Nov 2023 15:19:25 +0200 Subject: [PATCH] fixed find engine name --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 52b7b2157..710c72e2b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -131,7 +131,7 @@ jobs: fi - name: Run integration tests (v2) - run: ./gradlew integrationTest -Ddb=${{ steps.find-database-name2.outputs.database_name }} -Denv=${{ github.event.inputs.environment }} -Dclient_secret="${{ env.SERVICE_ACCOUNT_SECRET }}" -Dclient_id="${{ env.SERVICE_ACCOUNT_ID }}" -Daccount="${{ github.event.inputs.account }}" -Dengine="${{ steps.find-engine-name.outputs.engine_name }}" -DincludeTags="common,v2" + run: ./gradlew integrationTest -Ddb=${{ steps.find-database-name2.outputs.database_name }} -Denv=${{ github.event.inputs.environment }} -Dclient_secret="${{ env.SERVICE_ACCOUNT_SECRET }}" -Dclient_id="${{ env.SERVICE_ACCOUNT_ID }}" -Daccount="${{ github.event.inputs.account }}" -Dengine="${{ steps.find-engine-name2.outputs.engine_name }}" -DincludeTags="common,v2" - name: "Foresight: Analyze Test Results" uses: runforesight/foresight-test-kit-action@v1