diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ae7522..0ba9bc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,6 +81,8 @@ jobs: uses: ./ with: path: some/other/path + + - run: ls -la . - name: Verify successful download run: | @@ -96,6 +98,8 @@ jobs: } shell: pwsh + + # Test downloading both artifacts at once - name: Download all Artifacts and not ungzipping uses: ./ @@ -103,6 +107,9 @@ jobs: path: some/other/pathgz extract: False + - run: ls -la . + + - name: Verify successful download run: | $fileA = "some/other/pathgz/Artifact-A.gz" @@ -134,6 +141,8 @@ jobs: path: ~/some/path/with/a/tildegz extract: False + - run: ls -la . + - name: Verify successful download run: | $file1 = "some/new/pathgz/file-A.gz"