Skip to content

Commit

Permalink
Try custom host
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Oct 28, 2022
1 parent ac5f8f8 commit a149e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
dusk-php:
runs-on: ubuntu-latest
env:
APP_URL: "http://localhost:8000"
APP_URL: "http://panel.test:8000"
APP_ENV: dusk
DB_USERNAME: root
DB_PASSWORD: root
Expand All @@ -16,6 +16,8 @@ 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
Expand Down

0 comments on commit a149e70

Please sign in to comment.