Ver código fonte

github action xvfb

jqh 4 anos atrás
pai
commit
f8482d3ff5
1 arquivos alterados com 5 adições e 3 exclusões
  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