From 5ac55015728f2c97ebb9cc35c392cc2ad358db0a Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 13 Mar 2024 15:47:39 +0100 Subject: [PATCH] add passport:keys to playwright action --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3673e53e..56c2afd9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -49,6 +49,7 @@ jobs: cp .env.ci .env php artisan key:generate php artisan migrate --seed + php artisan passport:keys - name: Install dependencies run: npm ci