From: Art4 Date: Fri, 20 Dec 2024 21:36:06 +0000 (+0000) Subject: test only src tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=722164711c12e0703545054f591a3760527882e1;p=friendica.git test only src tests --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d9297d3d3..c6a7ce3d26 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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; \ No newline at end of file + run: composer run test -- tests/src --configuration tests/phpunit.xml -d memory_limit=-1 \ No newline at end of file