Skip to content

Commit d52f206

Browse files
committed
Test cleanup
1 parent 16d1b00 commit d52f206

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ jobs:
202202
node-version: 20
203203
- name: Setup node dependencies
204204
run: npm ci
205-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
205+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
206206

207207
- name: Setup Extension
208208
run: composer install
209-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
209+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
210210

211211
- name: Setup PHPUnit files
212212
run: mkdir -p phpBB/ext/$EXTNAME/.github && cp .github/phpunit* $_
@@ -328,11 +328,11 @@ jobs:
328328
node-version: 20
329329
- name: Setup node dependencies
330330
run: npm ci
331-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
331+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
332332

333333
- name: Setup Extension
334334
run: composer install
335-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
335+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
336336

337337
- name: Setup PHPUnit files
338338
run: mkdir -p phpBB/ext/$EXTNAME/.github && cp .github/phpunit* $_
@@ -440,11 +440,11 @@ jobs:
440440
node-version: 20
441441
- name: Setup node dependencies
442442
run: npm ci
443-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
443+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
444444

445445
- name: Setup Extension
446446
run: composer install
447-
working-directory: ./phpBB3/phpBB/ext/phpbb/webpushnotifications
447+
working-directory: ./phpBB3/phpBB/ext/$EXTNAME
448448

449449
- name: Setup PHPUnit files
450450
run: mkdir -p phpBB/ext/$EXTNAME/.github && cp .github/phpunit* $_

0 commit comments

Comments
 (0)