Skip to content

Commit

Permalink
Fix these
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Feb 20, 2024
1 parent b609cf0 commit fececfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
APP_URL: "http://127.0.0.1:8000"
APP_ENV: dusk
APP_CORS_ALLOWED_ORIGINS: "*"
CACHE_DRIVER: file
DB_USERNAME: root
DB_PASSWORD: root
MAIL_MAILER: log
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ resources/lang/locales.js
/public/hot
result
docker-compose.yaml
.phpunit.cache

0 comments on commit fececfb

Please sign in to comment.