Browse Source

github action

jqh 4 years ago
parent
commit
5a79b7cebe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/laravel5.yml

+ 0 - 1
.github/workflows/laravel5.yml

@@ -82,7 +82,6 @@ jobs:
         run: |
           cd ./laravel-tests
           export DISPLAY=:99.0
-          sudo sh /etc/init.d/xvfb start
           ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
           php artisan serve &