Skip to content

Commit c9ba9ee

Browse files
committed
test
1 parent f192b14 commit c9ba9ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
run: |
106106
SOME_VAR="value123"
107107
ANOTHER_VAR="$(echo 123)"
108-
echo \$SOME_VAR
109-
echo \$ANOTHER_VAR
108+
echo \\$SOME_VAR
109+
echo \\$ANOTHER_VAR
110110
echo "____ test2 : fail ___"
111111
TMPDIR="$(mktemp -d)"
112-
echo \$TMPDIR ;
112+
echo \\$TMPDIR ;
113113
post: |
114114
echo "____ test2 : fail ___"
115115
echo \$TMPDIR ;

0 commit comments

Comments
 (0)