mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:21:57 +08:00
let wget create archive folder if not exists
This commit is contained in:
parent
0bb77c1144
commit
41bfa1a054
4
.github/workflows/run_integration_tests.yml
vendored
4
.github/workflows/run_integration_tests.yml
vendored
@ -32,11 +32,11 @@ jobs:
|
||||
|
||||
- name: Download the archive part 1
|
||||
if: steps.restore-cache-p1.outputs.cache-hit != 'true'
|
||||
run: mkdir archive && wget http://eliot-jones.com:8081/part1-archive.7z -nv -P archive/ && ls archive
|
||||
run: wget http://eliot-jones.com:8081/part1-archive.7z -nv -P archive/ && ls archive
|
||||
|
||||
- name: Download the archive part 2
|
||||
if: steps.restore-cache-p2.outputs.cache-hit != 'true'
|
||||
run: mkdir archive && wget http://eliot-jones.com:8081/part2-archive.7z -nv -P archive/ && ls archive
|
||||
run: wget http://eliot-jones.com:8081/part2-archive.7z -nv -P archive/ && ls archive
|
||||
|
||||
- name: Print output size part 1
|
||||
run: stat --printf="%s" archive/part1-archive.7z
|
||||
|
||||
Loading…
Reference in New Issue
Block a user