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 2dfd84c commit c8c22de
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ jobs:
shell: bash
run: |
SOME_VAR="value123" ; \
ANOTHER_VAR="$(echo 123)"; \
echo $SOME_VAR; \
echo $ANOTHER_VAR; \
TMPDIR="$(mktemp -d)"; \
echo $TMPDIR ;
echo $SOME_VAR
echo $ANOTHER_VAR;
export TMPDIR="$(mktemp -d)"
echo $TMPDIR;
post: |
echo \$TMPDIR ;
- name: Multiline with line breaks
Expand Down

0 comments on commit c8c22de

Please sign in to comment.