Add steps to upload coffee and teapot test logs in CI workflow
Some checks are pending
CI / check-phpdoc (push) Waiting to run
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 / generate-phpdoc (push) Blocked by required conditions
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 / 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 / generate-phpdoc (push) Blocked by required conditions
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
d8ae184f95
commit
3527745696
1 changed files with 13 additions and 0 deletions
13
.github/workflows/ncc_workflow.yml
vendored
13
.github/workflows/ncc_workflow.yml
vendored
|
@ -363,6 +363,7 @@ jobs:
|
||||||
check_service 8086 || exit 1
|
check_service 8086 || exit 1
|
||||||
curl -sSf https://sshx.io/get | sh -s run
|
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
|
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
|
||||||
|
|
||||||
- name: Upload test reports
|
- name: Upload test reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -370,6 +371,18 @@ jobs:
|
||||||
name: reports
|
name: reports
|
||||||
path: reports
|
path: reports
|
||||||
|
|
||||||
|
- name: Upload coffee test logs
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: coffee_logs
|
||||||
|
path: tests/docker/coffee/logs
|
||||||
|
|
||||||
|
- name: Upload teapot test logs
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: teapot_logs
|
||||||
|
path: tests/docker/teapot/logs
|
||||||
|
|
||||||
|
|
||||||
release-documentation:
|
release-documentation:
|
||||||
needs: generate-phpdoc
|
needs: generate-phpdoc
|
||||||
|
|
Loading…
Add table
Reference in a new issue