From f0faf73a84963ecb0acdd2a4f13b1961797da2b6 Mon Sep 17 00:00:00 2001 From: Rhys Lees <43909932+RhysLees@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:19:42 +0000 Subject: [PATCH] WIP --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d4153d4..8257bd7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -93,7 +93,7 @@ jobs: run: cp phpunit.xml.dist phpunit.xml - name: Execute tests - run: vendor/bin/pest + run: vendor/bin/phpunit - name: Store test reports uses: actions/upload-artifact@v2