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 639b22f commit ae9e8dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ jobs:
run: echo "$ENV_VAR" > ./test_env_var.txt
post: if grep -q value123 ./test_env_var.txt; then echo "Test passed"; else exit 1; fi

- name: inline variables
uses: ./
with:
shell: bash
run: |
echo "____ test2 : fail ___"
TMPDIR="$(mktemp -d)"
echo $$TMPDIR ;
- name: Multiline with line breaks
uses: ./
with:
Expand Down

0 comments on commit ae9e8dd

Please sign in to comment.