Skip to content

Commit 324388c

Browse files
committed
teamcity time
1 parent 47018b1 commit 324388c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Tests
22

33
on:
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:

0 commit comments

Comments
 (0)