mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Use own store of codecept.phar for github actions
This commit is contained in:
parent
6416499d34
commit
2d443a600e
1 changed files with 8 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue