Browse Source

github action

jqh 4 years ago
parent
commit
897de8744d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/laravel5.yml

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

@@ -86,8 +86,8 @@ jobs:
           php artisan serve &
 
       - name: Run Dusk
-        uses: GabrielBB/xvfb-action@v1
+        uses: GabrielBB/xvfb-action@v1.4
         with:
-          working-directory: ./ #optional
+          working-directory: ./laravel-tests
           run: |
-            php /home/runner/work/dcat-admin/dcat-admin/laravel-tests/artisan dusk
+            php artisan dusk