Parcourir la source

github action xvfb

jqh il y a 4 ans
Parent
commit
f8482d3ff5
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  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