Skip to content

Commit a951445

Browse files
committed
test copying built files to AWS
1 parent 72c2c8c commit a951445

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ jobs:
112112
else
113113
echo "Running all tests"
114114
npm run mocha
115-
fi
115+
fi
116+
117+
- name: Copy cpo-main and related JS to S3
118+
run: |
119+
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --recursive --acl public-read

0 commit comments

Comments
 (0)