diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index eb660c973..2343bc59a 100644 --- a/.github/workflows/dusk.yml +++ b/.github/workflows/dusk.yml @@ -7,7 +7,7 @@ jobs: env: APP_URL: "http://127.0.0.1:8000" APP_ENV: dusk - APP_CORS_ALLOWED_ORIGINS: * + APP_CORS_ALLOWED_ORIGINS: "*" DB_USERNAME: root DB_PASSWORD: root MAIL_MAILER: log