Skip to content

Commit 31eaaed

Browse files
committed
Try fixing "error [spec-master.zip]: missing 419009963 bytes in zipfile"
1 parent 00f3b64 commit 31eaaed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.5.3.sh > xp-run &&
5555
composer install --prefer-dist &&
5656
echo "vendor/autoload.php" > composer.pth &&
57-
curl -sSL https://github.com/json-patch/json-patch-tests/archive/master.zip > spec-master.zip &&
58-
unzip spec-master.zip &&
59-
rm spec-master.zip
57+
curl -sSL -O https://github.com/json-patch/json-patch-tests/archive/master.zip &&
58+
unzip master.zip &&
59+
rm master.zip
6060
6161
- name: Run test suite
6262
run: sh xp-run xp.unittest.TestRunner src/test/php -a json-patch-tests-master/

0 commit comments

Comments
 (0)