Skip to content

Commit 394e8d8

Browse files
committed
Adjusted pr tests
1 parent 979bb15 commit 394e8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ls -la
4343

4444
- name: Run PHPUnit
45-
run: composer run-script test
45+
run: composer run-script ci-test
4646

4747
- name: Upload coverage report
4848
uses: actions/upload-artifact@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
}
2828
},
2929
"scripts": {
30-
"test": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml"
30+
"ci-test": "XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=ci --configuration phpunit.xml"
3131
}
3232
}

0 commit comments

Comments
 (0)