From 2c23417b91eaec7e186db9c3b05ffa26c230101b Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Tue, 27 Feb 2024 17:18:49 +0100 Subject: [PATCH] Test for Tempdir --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c610ff..fc9ca5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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