From b6305fc029e6ae35527043e4a80a5fa8b0509017 Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Wed, 26 Jun 2024 00:15:21 -0300 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8f0fee0..9f556dc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -88,9 +88,11 @@ jobs: composer require "nunomaduro/collision:^8.1" "pestphp/pest-plugin-laravel:^2.1" --dev --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction + - name: Verify Directory Contents + run: ls -la + - name: Run migrations run: php artisan migrate --force - working-directory: ./ # Ensure this is the root directory of your Laravel project - name: List Installed Dependencies run: composer show -D