|
6 | 6 | IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0 |
7 | 7 | EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0 |
8 | 8 | EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0 |
9 | | - PHPBB_BRANCH: master # The phpBB branch to run tests on |
| 9 | + PHPBB_BRANCH: ticket/17496 # The phpBB branch to run tests on |
10 | 10 |
|
11 | 11 | on: |
12 | 12 | push: |
|
37 | 37 | - name: Checkout phpBB |
38 | 38 | uses: actions/checkout@v4 |
39 | 39 | with: |
40 | | - repository: phpbb/phpbb |
| 40 | + repository: rxu/phpbb3 |
41 | 41 | ref: ${{ env.PHPBB_BRANCH }} |
42 | 42 | path: phpBB3 |
43 | 43 |
|
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | - name: Checkout phpBB |
163 | 163 | uses: actions/checkout@v4 |
164 | 164 | with: |
165 | | - repository: phpbb/phpbb |
| 165 | + repository: rxu/phpbb3 |
166 | 166 | ref: ${{ env.PHPBB_BRANCH }} |
167 | 167 | path: phpBB3 |
168 | 168 |
|
@@ -231,9 +231,9 @@ jobs: |
231 | 231 | if [ $COVERAGE = '1' ] |
232 | 232 | then |
233 | 233 | phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --coverage-clover build/logs/clover.xml --testsuite 'phpBB Test Suite' |
234 | | - elif [ "$PHP_VERSION" = "8.4" ] |
235 | | - then |
236 | | - phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --testsuite 'phpBB Test Suite' |
| 234 | +# elif [ "$PHP_VERSION" = "8.4" ] |
| 235 | +# then |
| 236 | +# phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --testsuite 'phpBB Test Suite' |
237 | 237 | else |
238 | 238 | phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php |
239 | 239 | fi |
@@ -307,7 +307,7 @@ jobs: |
307 | 307 | - name: Checkout phpBB |
308 | 308 | uses: actions/checkout@v4 |
309 | 309 | with: |
310 | | - repository: phpbb/phpbb |
| 310 | + repository: rxu/phpbb3 |
311 | 311 | ref: ${{ env.PHPBB_BRANCH }} |
312 | 312 | path: phpBB3 |
313 | 313 |
|
@@ -354,12 +354,12 @@ jobs: |
354 | 354 | DB: ${{steps.database-type.outputs.db}} |
355 | 355 | PHP_VERSION: ${{ matrix.php }} |
356 | 356 | run: | |
357 | | - if [ "$PHP_VERSION" = "8.4" ] |
358 | | - then |
359 | | - phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --testsuite 'phpBB Test Suite' |
360 | | - else |
| 357 | +# if [ "$PHP_VERSION" = "8.4" ] |
| 358 | +# then |
| 359 | +# phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --testsuite 'phpBB Test Suite' |
| 360 | +# else |
361 | 361 | phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php |
362 | | - fi |
| 362 | +# fi |
363 | 363 | working-directory: ./phpBB3 |
364 | 364 | # END PostgreSQL Job |
365 | 365 |
|
@@ -412,7 +412,7 @@ jobs: |
412 | 412 | - name: Checkout phpBB |
413 | 413 | uses: actions/checkout@v4 |
414 | 414 | with: |
415 | | - repository: phpbb/phpbb |
| 415 | + repository: rxu/phpbb3 |
416 | 416 | ref: ${{ env.PHPBB_BRANCH }} |
417 | 417 | path: phpBB3 |
418 | 418 |
|
|
0 commit comments