From 56f57f89def36331ff3ddaf1a35669340e8ca884 Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 13 Oct 2024 14:23:16 -0400 Subject: [PATCH] Updated build system --- .github/workflows/ncc_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index 5033156..4677680 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -524,7 +524,7 @@ jobs: - name: Run PHPUnit tests 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 --log-events-text reports/events.txt --log-events-verbose-text reports/verbose_events.txt + 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 - name: Upload test reports uses: actions/upload-artifact@v4