This fix it?
This commit is contained in:
parent
e09d4ca60d
commit
757b1b3ade
1 changed files with 2 additions and 1 deletions
3
.github/workflows/unittests.yml
vendored
3
.github/workflows/unittests.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- run: |
|
||||
cp ./tests/Includes/config.yaml ./src/config.yaml
|
||||
- uses: php-actions/phpunit@v3
|
||||
with:
|
||||
with:
|
||||
bootstrap: src/Vendor/autoload.php
|
||||
php_version: "8.0"
|
||||
args: "tests"
|
||||
|
|
Loading…
Add table
Reference in a new issue