[ci] check that install went ok
This commit is contained in:
parent
7909e743fd
commit
a3dd12895e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -87,8 +87,8 @@ jobs:
|
|||
run: composer install --no-progress
|
||||
- name: Install old version
|
||||
run: |
|
||||
export INSTALL_DSN=$INSTALL_DSN
|
||||
php index.php
|
||||
cat data/config/shimmie.conf.php
|
||||
- name: Check old version works
|
||||
run: php index.php get-page /
|
||||
- name: Upgrade
|
||||
|
|
Reference in a new issue