Skip to content

Commit 2319523

Browse files
committed
Move phpunit files into .github
1 parent a05a42f commit 2319523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,15 @@ jobs:
306306
with:
307307
repository: phpbb-extensions/test-framework
308308
ref: ${{ env.PHPBB_BRANCH }}
309-
path: phpBB4/.shared
309+
path: phpBB4/test-framework
310310

311311
- name: Setup PHPUnit files
312312
env:
313313
DB: ${{steps.database-type.outputs.db}}
314314
COVERAGE: ${{ matrix.COVERAGE == '1' && '1' || '0' }}
315315
run: |
316316
if [ "$COVERAGE" == '1' ]; then
317-
mkdir -p "phpBB/ext/$EXTNAME/.github" && cp .shared/phpunit* "$_"
317+
mkdir -p "phpBB/ext/$EXTNAME/.github" && cp test-framework/.github/phpunit* "$_"
318318
else
319319
mkdir -p "phpBB/ext/$EXTNAME/.github" && cp .github/phpunit* "$_"
320320
fi

0 commit comments

Comments
 (0)