File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Tests
22
33on :
44 push :
5- branches :
6- - 3.3.x
7- - master
8- - ' prep-release-*'
9- tags :
10- - ' release-*'
5+ # branches:
6+ # - 3.3.x
7+ # - master
8+ # - 'prep-release-*'
9+ # tags:
10+ # - 'release-*'
1111 pull_request :
1212 branches :
1313 - 3.3.x
@@ -247,7 +247,7 @@ jobs:
247247 DB : ${{steps.database-type.outputs.db}}
248248 if : ${{ matrix.SLOWTESTS != 1 && matrix.NOTESTS != 1 }}
249249 run : |
250- phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error
250+ phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error --teamcity
251251
252252 - name : Run unit tests
253253 env :
@@ -384,7 +384,7 @@ jobs:
384384 env :
385385 DB : ${{steps.database-type.outputs.db}}
386386 run : |
387- phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error
387+ phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error --teamcity
388388
389389 - name : Run unit tests
390390 env :
@@ -504,7 +504,7 @@ jobs:
504504 env :
505505 DB : ${{steps.database-type.outputs.db}}
506506 run : |
507- phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error
507+ phpBB/vendor/bin/phpunit --configuration .github/phpunit-$DB-github.xml --testsuite 'phpBB Functional Tests' --display-all-issues --stop-on-error --teamcity
508508
509509 - name : Run unit tests
510510 env :
You can’t perform that action at this time.
0 commit comments