new command
This commit is contained in:
parent
ed5960a301
commit
13c1533405
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
composer install --no-progress
|
composer install --no-progress
|
||||||
- name: Check new version works
|
- name: Check new version works
|
||||||
run: php index.php get-page /
|
run: php index.php page:get /
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
||||||
|
|
Reference in a new issue