mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02: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
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
name: Unit tests
|
name: Src tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Unit tests (PHP ${{ matrix.php }})
|
name: Src tests (PHP ${{ matrix.php }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -41,4 +41,4 @@ jobs:
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
|
|
||||||
- name: Run Unit tests
|
- 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
Add a link
Reference in a new issue