From 27d05eb4f2554f1a2ac7b280965c6dab2762fede Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 13:50:02 -0400 Subject: [PATCH] test --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39b347b..2cb94a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,9 @@ jobs: with: node-version: 12.x - - run: wget https://github.com/yourkin/fileupload-fastapi/raw/a85a697cab2f887780b3278059a0dd52847d80f3/tests/data/test-5mb.bin + - run: | + 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 @@ -41,7 +43,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: '5mb' - path: test-5mb.bin + path: test-5mb.bin.gz - name: Upload artifact A uses: actions/upload-artifact@v1