Explorar o código

github action xvfb

jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
f8482d3ff5
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  1. 5 3
      .github/workflows/laravel5.yml

+ 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