Revert "Try custom host"

This reverts commit a149e7001c.
This commit is contained in:
Lance Pioch 2022-10-28 22:49:16 -04:00
parent a149e7001c
commit 9fbc35eb58

View file

@ -5,7 +5,7 @@ jobs:
dusk-php: dusk-php:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
APP_URL: "http://panel.test:8000" APP_URL: "http://localhost:8000"
APP_ENV: dusk APP_ENV: dusk
DB_USERNAME: root DB_USERNAME: root
DB_PASSWORD: root DB_PASSWORD: root
@ -16,8 +16,6 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Prepare The Environment - name: Prepare The Environment
run: cp .env.example .env 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 - name: Create Database
run: | run: |
sudo systemctl start mysql sudo systemctl start mysql