[ci] upgrade in upgrade step
This commit is contained in:
parent
40ea60373b
commit
6f17a3a83f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -98,6 +98,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
composer install --no-progress
|
composer install --no-progress
|
||||||
|
php index.php db-upgrade
|
||||||
- name: Check new version works
|
- name: Check new version works
|
||||||
run: |
|
run: |
|
||||||
php index.php page:get / > new.out
|
php index.php page:get / > new.out
|
||||||
|
|
Reference in a new issue