Update test.yml

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

View file

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