Skip to content

Commit 25bbac8

Browse files
committed
test
1 parent a927aad commit 25bbac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
run: |
106106
SOME_VAR="value123"
107107
ANOTHER_VAR="$(echo 123)"
108+
echo $SOME_VAR
109+
echo $ANOTHER_VAR
108110
echo "____ test2 : fail ___"
109111
TMPDIR="$(mktemp -d)"
110112
echo $$TMPDIR ;

0 commit comments

Comments
 (0)