Browse Source

github action

jqh 4 years ago
parent
commit
11b9aa824e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/laravel5.yml

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

@@ -82,13 +82,13 @@ jobs:
         run: sudo apt-get install xvfb
 
       - name: Start Server
+        # ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost > /dev/null 2>&1 &
+        # php artisan serve > /dev/null 2>&1 &
         run: |
           cd ./laravel-tests
           export DISPLAY=:99.0
           sudo Xvfb :99.0 -ac &
           sudo chmod -R 0755 ./vendor/laravel/dusk/bin/
-#          ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost > /dev/null 2>&1 &
-#          php artisan serve > /dev/null 2>&1 &
           nohup bash -c './vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost > /dev/null 2>&1 &'
           nohup bash -c 'php artisan serve > /dev/null 2>&1 &'