From 9fbc35eb5800110c19293ff24f3d23d97f5f087d Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 28 Oct 2022 22:49:16 -0400 Subject: [PATCH] Revert "Try custom host" This reverts commit a149e7001c16f93d5187494578998267b44c45e9. --- .github/workflows/dusk.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index 7525f614e..b39ee8623 100644 --- a/.github/workflows/dusk.yml +++ b/.github/workflows/dusk.yml @@ -5,7 +5,7 @@ jobs: dusk-php: runs-on: ubuntu-latest env: - APP_URL: "http://panel.test:8000" + APP_URL: "http://localhost:8000" APP_ENV: dusk DB_USERNAME: root DB_PASSWORD: root @@ -16,8 +16,6 @@ jobs: - uses: actions/checkout@v3 - name: Prepare The Environment run: cp .env.example .env - - name: Add hosts to /etc/hosts - run: sudo echo "127.0.0.1 panel.test" | sudo tee -a /etc/hosts - name: Create Database run: | sudo systemctl start mysql