Skip to content

Commit

Permalink
Test for Tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Feb 27, 2024
1 parent 0db2914 commit 2c23417
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,8 @@ jobs:
image: ubuntu:latest
tempdir: "/var/mytemp"
run: |
ls command*
ls set_output*
ls a*
- name: "Validate Test: Workdir input"
run: test.sh equal "${{ steps.test-workdir-input.outputs.file-content }}" "present"
ls /var/mytemp/command*
ls /var/mytemp/set_output*
- name: "Test: Options input"
id: test-options-input
Expand Down

0 comments on commit 2c23417

Please sign in to comment.