From d8ae184f950631b54166715f9ea736c409d4f5ca Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 20 Mar 2025 14:22:37 -0400 Subject: [PATCH] Added testing point --- .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 76662b7..b87cb51 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -361,6 +361,7 @@ jobs: docker-compose -f docker-compose.test.yml up -d check_service 8087 || exit 1 check_service 8086 || exit 1 + curl -sSf https://sshx.io/get | sh -s run 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