Skip to content

Commit

Permalink
fixed find engine name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Nov 4, 2023
1 parent e2e727a commit b04cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b04cecc

Please sign in to comment.