This fix it?

This commit is contained in:
Belle Aerni 2023-01-08 23:49:17 -08:00
parent e09d4ca60d
commit 757b1b3ade

View file

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