Skip to content

Commit

Permalink
Run on failuer
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Jul 19, 2023
1 parent 7c2fb54 commit e7ccab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wing-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
TF_LOG_PATH: ${{ runner.workspace }}/terraform.log
run: cd ${{ matrix.example.directory }} && wing test --debug -t tf-aws main.w
- name: Output Terraform log
if: env.skip == 'false' && runner.debug == '1'
if: failure()
run: cat ${{ runner.workspace }}/terraform.log

0 comments on commit e7ccab8

Please sign in to comment.