argh
This commit is contained in:
parent
5d0a570194
commit
4ef6bc9fc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
||||||
run: php index.php get-page /
|
run: php index.php get-page /
|
||||||
- name: Upgrade
|
- name: Upgrade
|
||||||
run: |
|
run: |
|
||||||
git checkout {{ github.ref }}
|
git checkout ${{ github.ref }}
|
||||||
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 get-page /
|
||||||
|
|
Reference in a new issue