Update test.yml

This commit is contained in:
Austin Sasko 2022-03-18 16:33:24 -04:00 committed by GitHub
parent b8db3765b9
commit 4cd2ba53ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ jobs:
with:
path: some/other/path
- run: ls -la .
- run: ls -lR some
- name: Verify successful download
run: |
@ -107,7 +107,7 @@ jobs:
path: some/other/pathgz
extract: False
- run: ls -la .
- run: ls -la some
- name: Verify successful download
@ -141,7 +141,7 @@ jobs:
path: ~/some/path/with/a/tildegz
extract: False
- run: ls -la .
- run: ls -la R some
- name: Verify successful download
run: |