Skip to content

Commit a476fa6

Browse files
committed
Test
1 parent d84404e commit a476fa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Upload installers to CLAW S3 bucket
3434
run: |
35-
touch test123.txt
35+
ls
36+
ls > test123.txt
3637
aws s3 sync test123.txt "s3://cf-cli-dev/"
3738
3839
- name: list S3 for human verification

0 commit comments

Comments
 (0)