Skip to content

Commit

Permalink
fix: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Nov 12, 2024
1 parent 9ebadf6 commit d15d261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/call_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ stages:
stage: stage_postman_test
environment: ${{ inputs.environment }}-ci
displayName: 'Test_e2e_on_${{ variables.environment }}'
dependsOn: [ stage_deploy ]
condition: and(succeeded(),or(eq(variables.environment, 'DEV'), eq(variables.environment, 'UAT')))
jobs:
job: 'Run_Postman_collection_on_${{ variables.environment }}'
Expand Down

0 comments on commit d15d261

Please sign in to comment.