Browse Source

github action

jqh 4 years ago
parent
commit
90ff9f4ff1
1 changed files with 2 additions and 3 deletions
  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