Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jetexe committed Jul 17, 2024
1 parent 9f7bc68 commit 31234f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,13 @@ jobs:
echo "____ test2 : fail ___"
TMPDIR="$(mktemp -d)"
echo $$TMPDIR ;
echo "____ env ___"
env ;
post: |
echo "____ test2 : fail ___"
echo $$TMPDIR ;
echo "____ env ___"
env ;
- name: Multiline with line breaks
uses: ./
Expand Down

0 comments on commit 31234f2

Please sign in to comment.