Skip to content

Commit

Permalink
Wait for _frontend_ before refreshing the frontend charm
Browse files Browse the repository at this point in the history
  • Loading branch information
mz2 committed Dec 12, 2023
1 parent 80303b8 commit aaf3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Replace the frontend charm with the locally built one
run: |
juju wait-for application api --timeout=10m --query='life=="alive"'
juju wait-for application frontend --timeout=10m --query='life=="alive"'
juju refresh frontend --path ../frontend/charm/*.charm
- name: Wait for deployment to complete
Expand Down

0 comments on commit aaf3826

Please sign in to comment.