Updated build system
This commit is contained in:
parent
5b6be331f0
commit
dea75c9eeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ncc_workflow.yml
vendored
2
.github/workflows/ncc_workflow.yml
vendored
|
@ -524,7 +524,7 @@ jobs:
|
|||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
wget https://phar.phpunit.de/phpunit-11.3.phar
|
||||
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 --log-events-text reports/events.txt --log-events-verbose-text reports/verbose_events.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
|
||||
|
||||
- name: Upload test reports
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue