Use own store of codecept.phar for github actions

This commit is contained in:
Kijin Sung 2023-10-26 20:36:51 +09:00
parent 6416499d34
commit 2d443a600e

View file

@ -31,7 +31,7 @@ jobs:
run: if find . -name "*.php" ! -path "./common/vendor/*" -print0 | xargs -0 -n 1 -P 8 php -l | grep -v "No syntax errors detected"; then exit 1; fi
- name: Download codeception
run: wget https://codeception.com/codecept.phar
run: wget https://res.rhymix.org/ci/php${{ matrix.php }}/codecept.phar
- name: Run PHP development server
run: php -S localhost:8000 &