From 51f72daba104b7f9a6d1918e391309e5c377bdd4 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 23 May 2024 13:55:03 -0700 Subject: [PATCH] Debugging step --- .github/workflows/tests-sqlite.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-sqlite.yml b/.github/workflows/tests-sqlite.yml index 405dc92134..df06089204 100644 --- a/.github/workflows/tests-sqlite.yml +++ b/.github/workflows/tests-sqlite.yml @@ -46,11 +46,14 @@ jobs: - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + - name: Directory Permissions + run: chmod -R 777 storage bootstrap/cache + - name: Generate key run: php artisan key:generate - - name: Directory Permissions - run: chmod -R 777 storage bootstrap/cache + - name: Debug Passport + run: ls -la storage - name: Execute tests (Unit and Feature tests) via PHPUnit env: