mirror of
https://github.com/friendica/friendica
synced 2025-04-09 12:40:16 +00:00
test only src tests
This commit is contained in:
parent
2fba79929d
commit
722164711c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
name: Unit tests
|
||||
name: Src tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
|
||||
tests:
|
||||
name: Unit tests (PHP ${{ matrix.php }})
|
||||
name: Src tests (PHP ${{ matrix.php }})
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -41,4 +41,4 @@ jobs:
|
|||
uses: "ramsey/composer-install@v2"
|
||||
|
||||
- name: Run Unit tests
|
||||
run: composer run test -- --configuration tests/phpunit.xml -d memory_limit=-1;
|
||||
run: composer run test -- tests/src --configuration tests/phpunit.xml -d memory_limit=-1
|
Loading…
Add table
Reference in a new issue