Эх сурвалжийг харах

Change command in github workflow file

Anton 2 жил өмнө
parent
commit
0391b58fb3

+ 1 - 1
.github/workflows/test.yml

@@ -47,4 +47,4 @@ jobs:
         run: composer analyze
 
       - name: Execute tests
-        run: vendor/bin/pest --coverage --colors=always
+        run: composer test

+ 1 - 1
composer.json

@@ -54,6 +54,6 @@
     },
     "scripts": {
         "analyze": "phpstan",
-        "test": "pest"
+        "test": "pest --colors=always"
     }
 }