Skip to content

Commit

Permalink
[MAIN-22] fix smoke test step
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Jan 15, 2025
1 parent b478b4d commit 660cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ./integration-test
chmod +x ./run_integration_test.sh
./run_integration_test.sh ${{( github.event.inputs == null && 'dev') || inputs.environment }}
./run_integration_test.sh local
delete_github_deployments:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 660cd0f

Please sign in to comment.