mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
test
This commit is contained in:
parent
27d05eb4f2
commit
554a74b73a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -28,8 +28,8 @@ jobs:
|
|||
node-version: 12.x
|
||||
|
||||
- run: |
|
||||
wget https://github.com/yourkin/fileupload-fastapi/raw/a85a697cab2f887780b3278059a0dd52847d80f3/tests/data/test-5mb.bin
|
||||
gzip test-5mb.bin
|
||||
wget https://github.com/yourkin/fileupload-fastapi/raw/a85a697cab2f887780b3278059a0dd52847d80f3/tests/data/test-5mb.bin
|
||||
gzip 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue