diff --git a/.gitea/workflows/Laravel.yaml b/.gitea/workflows/Laravel.yaml index 7096674..2c84920 100644 --- a/.gitea/workflows/Laravel.yaml +++ b/.gitea/workflows/Laravel.yaml @@ -21,7 +21,7 @@ jobs: matrix: php: [8.1, 8.2] - name: PHP ${{ matrix.php }} + name: PHP steps: - name: Checkout code @@ -44,4 +44,4 @@ jobs: run: php artisan key:generate - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: /phpunit diff --git a/phpunit.xml b/phpunit.xml index 531beb9..039e811 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -24,14 +24,14 @@ - - - - - - - - - + + + + + + + + +