]> git.mxchange.org Git - friendica.git/commitdiff
test only src tests
authorArt4 <art4@wlabs.de>
Fri, 20 Dec 2024 21:36:06 +0000 (21:36 +0000)
committerArt4 <art4@wlabs.de>
Fri, 20 Dec 2024 21:36:06 +0000 (21:36 +0000)
.github/workflows/tests.yml

index 5d9297d3d3d2c60918aee89c076a236d8015ff99..c6a7ce3d269abd927a9aaa112dd1a0c545f628bc 100644 (file)
@@ -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