Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HPWebdeveloper committed Jun 26, 2024
1 parent a75eceb commit b6305fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6305fc

Please sign in to comment.