diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index 4ef40ca1e1..71287a3b26 100644 --- a/.github/workflows/dusk.yml +++ b/.github/workflows/dusk.yml @@ -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 diff --git a/.gitignore b/.gitignore index 2c9fda4ca6..3354ea647f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ resources/lang/locales.js /public/hot result docker-compose.yaml +.phpunit.cache