From 292c24b28f5356438c8dee65f92c8deab8f98676 Mon Sep 17 00:00:00 2001 From: DonutsNL Date: Wed, 15 Nov 2023 18:18:43 +0000 Subject: [PATCH] phpunit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a87678..b35cbfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - uses: php-actions/composer@v6 - run: echo "Composer dependencies have been installed" - - run: vendor/bin/phpunit ./tests/ + - run: vendor/bin/phpunit ./tests/ticketFilterTest.php \ No newline at end of file