소스 검색

github action

jqh 4 년 전
부모
커밋
5a79b7cebe
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 &