admin: test coverage upload
This commit is contained in:
parent
bc93574f3c
commit
3d0639f4ed
10
.github/workflows/test-ci.yml
vendored
10
.github/workflows/test-ci.yml
vendored
@ -89,3 +89,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: coverage-complete
|
name: coverage-complete
|
||||||
path: ./output/coverage.tar
|
path: ./output/coverage.tar
|
||||||
|
|
||||||
|
- name: Upload to build.ethers.org
|
||||||
|
uses: ethers-io/sync-s3-action
|
||||||
|
with:
|
||||||
|
aws_access_key_id: ${{ secrets.BUILD_AWS_ACCESS_KEY_ID }}
|
||||||
|
aws_secret_access_key: ${{ secrets.BUILD_AWS_SECRET_ACCESS_KEY}}
|
||||||
|
aws_s3_bucket: ${{ secrets.BUILD_AWS_BUCKET }}
|
||||||
|
source_folder: 'output/'
|
||||||
|
destination-prefix: 'build/output/'
|
||||||
|
aws_cloudfront_id: ${{ secrets.BUILD_AWS_CLOUDFRONT_ID }}
|
||||||
|
Loading…
Reference in New Issue
Block a user