Skip to content

Commit

Permalink
fix: print docker debugging commands step not triggered on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Aug 20, 2024
1 parent e047286 commit 9f7329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frank-run-till-healthy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- name: Docker inspect, stats and logs
shell: bash
if: runner.debug == '1'
if: failure()
run: |
docker inspect test
docker logs test
Expand Down

0 comments on commit 9f7329f

Please sign in to comment.