Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Nov 29, 2023
1 parent 2558b26 commit b098527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
rad env switch default
- name: Deploy app
if: steps.gen-id.outputs.RUN_TEST == 'true'
id: deploy-app --parameters magpieimage="ghcr.io/radius-project/magpiego:latest"
run: rad deploy ./tests/test-local-dev-recipes.bicep
id: deploy-app
run: rad deploy ./tests/test-local-dev-recipes.bicep --parameters magpieimage="ghcr.io/radius-project/magpiego:latest"
- name: Wait for all pods to be ready
if: steps.gen-id.outputs.RUN_TEST == 'true'
id: wait-for-pods
Expand Down

0 comments on commit b098527

Please sign in to comment.