We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8136d commit 9a6cf68Copy full SHA for 9a6cf68
.github/workflows/ci.yml
@@ -11,6 +11,6 @@ jobs:
11
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
12
- uses: php-actions/composer@v6
13
- run: echo "Composer dependencies have been installed"
14
- - run: vendor/bin/phpunit ./
+ - run: vendor/bin/phpunit ./tests/
15
16
0 commit comments