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 f192b14 commit c9ba9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ 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 \\$TMPDIR ;
post: |
echo "____ test2 : fail ___"
echo \$TMPDIR ;
Expand Down

0 comments on commit c9ba9ee

Please sign in to comment.