From fececfb9e9f30618f18f64ad6cf8a2c1c66d740b Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Mon, 19 Feb 2024 22:34:36 -0500 Subject: [PATCH] Fix these --- .github/workflows/dusk.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index 4ef40ca1e..71287a3b2 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 2c9fda4ca..3354ea647 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ resources/lang/locales.js /public/hot result docker-compose.yaml +.phpunit.cache