test CI
This commit is contained in:
parent
c7ccca6460
commit
bb95d75c77
|
@ -42,6 +42,9 @@ jobs:
|
|||
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
||||
run: composer install # will work
|
||||
|
||||
- name: Setup sqlite3 driver
|
||||
run: apt install php8.1-sqlite3
|
||||
|
||||
- name: Setup project
|
||||
run: make setup
|
||||
|
||||
|
|
Loading…
Reference in New Issue