github???

This commit is contained in:
Shish 2024-01-15 21:21:27 +00:00
parent 1f35f7bdf6
commit fde43da585

View file

@ -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