From 1151f9b8acacaee51d45aea1eeaf6ae43f6fd71b Mon Sep 17 00:00:00 2001 From: netkas Date: Wed, 19 Mar 2025 13:07:18 -0400 Subject: [PATCH] Removed testing point --- .github/workflows/ncc_workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index b87cb51..76662b7 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -361,7 +361,6 @@ 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