jqh 4 жил өмнө
parent
commit
f8482d3ff5

+ 5 - 3
.github/workflows/laravel5.yml

@@ -87,6 +87,8 @@ jobs:
 
       - name: Run test suite
         uses: GabrielBB/xvfb-action@v1
-        run: |
-          cd ./laravel-tests
-          php artisan dusk
+        with:
+          working-directory: ./ #optional
+          run: |
+            cd ./laravel-tests
+            php artisan dusk