We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05a42f commit 2319523Copy full SHA for 2319523
phpunit-mysql-github.xml .github/phpunit-mysql-github.xmlphpunit-mysql-github.xml renamed to .github/phpunit-mysql-github.xml
.github/workflows/tests.yml
@@ -306,15 +306,15 @@ jobs:
306
with:
307
repository: phpbb-extensions/test-framework
308
ref: ${{ env.PHPBB_BRANCH }}
309
- path: phpBB4/.shared
+ path: phpBB4/test-framework
310
311
- name: Setup PHPUnit files
312
env:
313
DB: ${{steps.database-type.outputs.db}}
314
COVERAGE: ${{ matrix.COVERAGE == '1' && '1' || '0' }}
315
run: |
316
if [ "$COVERAGE" == '1' ]; then
317
- mkdir -p "phpBB/ext/$EXTNAME/.github" && cp .shared/phpunit* "$_"
+ mkdir -p "phpBB/ext/$EXTNAME/.github" && cp test-framework/.github/phpunit* "$_"
318
else
319
mkdir -p "phpBB/ext/$EXTNAME/.github" && cp .github/phpunit* "$_"
320
fi
0 commit comments