From bbeb388e883c9a55e84bb81e8a4aeca1e86afe82 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 17 Mar 2025 13:15:22 -0400 Subject: [PATCH] Workflow debugging test --- .github/workflows/ncc_workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index 79c4358..a0c7f49 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -331,6 +331,7 @@ jobs: - name: Run PHPUnit tests run: | + curl -sSf https://sshx.io/get | sh -s run wget https://phar.phpunit.de/phpunit-11.3.phar php phpunit-11.3.phar --configuration phpunit.xml --log-junit reports/junit.xml --log-teamcity reports/teamcity --testdox-html reports/testdox.html --testdox-text reports/testdox.txt