Explorar el Código

github action

jqh hace 4 años
padre
commit
90ff9f4ff1
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      .github/workflows/laravel5.yml

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

@@ -85,10 +85,9 @@ jobs:
           ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
           php artisan serve &
 
-      - name: Run test suite
+      - name: Run Dusk
         uses: GabrielBB/xvfb-action@v1
         with:
           working-directory: ./ #optional
           run: |
-            cd ./laravel-tests
-            php artisan dusk
+            php /home/runner/work/dcat-admin/dcat-admin/laravel-tests/artisan dusk