We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6cf68 commit 292c24bCopy full SHA for 292c24b
.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 ./tests/
+ - run: vendor/bin/phpunit ./tests/ticketFilterTest.php
15
16
0 commit comments