浏览代码

github action

jqh 4 年之前
父节点
当前提交
a6dd36f500
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/laravel5.yml

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

@@ -85,7 +85,7 @@ jobs:
         run: |
           cd ./laravel-tests
           export DISPLAY=:99.0
-          sudo Xvfb :99.0 -ac
+          sudo Xvfb :99.0 -ac &
           ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
           php artisan serve &