github???
This commit is contained in:
parent
1f35f7bdf6
commit
fde43da585
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -86,7 +86,9 @@ jobs:
|
|||
- name: Install PHP dependencies
|
||||
run: composer install --no-progress
|
||||
- name: Install old version
|
||||
run: php index.php
|
||||
run: |
|
||||
export INSTALL_DSN=$INSTALL_DSN
|
||||
php index.php
|
||||
- name: Check old version works
|
||||
run: php index.php get-page /
|
||||
- name: Upgrade
|
||||
|
|
Reference in a new issue