mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
test
This commit is contained in:
parent
554a74b73a
commit
5a524ac031
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -27,9 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- run: |
|
||||
wget https://github.com/yourkin/fileupload-fastapi/raw/a85a697cab2f887780b3278059a0dd52847d80f3/tests/data/test-5mb.bin
|
||||
gzip test-5mb.bin
|
||||
- run: wget https://github.com/yourkin/fileupload-fastapi/raw/a85a697cab2f887780b3278059a0dd52847d80f3/tests/data/test-5mb.bin
|
||||
# Test end-to-end by uploading two artifacts and then downloading them
|
||||
# Once upload-artifact v2 is out of preview, switch over
|
||||
- name: Create artifacts
|
||||
|
@ -43,7 +41,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: '5mb'
|
||||
path: test-5mb.bin.gz
|
||||
path: test-5mb.bin
|
||||
|
||||
- name: Upload artifact A
|
||||
uses: actions/upload-artifact@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue