diff --git a/.gitea/workflows/unit_tests.yaml b/.gitea/workflows/unit_tests.yaml index 0e9cf9c..4dc8c90 100644 --- a/.gitea/workflows/unit_tests.yaml +++ b/.gitea/workflows/unit_tests.yaml @@ -14,4 +14,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run unit tests - run: /test/phpunit --bootstrap contig/bootstrap.php --testdox tests \ No newline at end of file + run: /test/phpunit --bootstrap config/bootstrap.php --testdox tests \ No newline at end of file