Skip to content

Commit

Permalink
Add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 9, 2024
1 parent 78c6bee commit 15ecceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
shell: bash
id: set_outputs
run: |
output=$(terraform output -json hostname)
output=$(terraform -chdir=terraform/application output -json hostname)
echo "HOSTNAMES=$output" >> $GITHUB_ENV
Expand Down

0 comments on commit 15ecceb

Please sign in to comment.