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 25bbac8 commit f192b14
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,14 @@ jobs:
run: |
SOME_VAR="value123"
ANOTHER_VAR="$(echo 123)"
echo $SOME_VAR
echo $ANOTHER_VAR
echo \$SOME_VAR
echo \$ANOTHER_VAR
echo "____ test2 : fail ___"
TMPDIR="$(mktemp -d)"
echo $$TMPDIR ;
echo "____ env ___"
env ;
echo \$TMPDIR ;
post: |
echo "____ test2 : fail ___"
echo $$TMPDIR ;
echo "____ env ___"
env ;
echo \$TMPDIR ;
- name: Multiline with line breaks
uses: ./
with:
Expand Down

0 comments on commit f192b14

Please sign in to comment.