Skip to content

Commit 7d7ff42

Browse files
committed
Handling migrations and database
1 parent 8fb8c10 commit 7d7ff42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@ jobs:
1616
with:
1717
php-version: 8.3
1818

19+
- name: Install app
20+
run: touch ./database/database.sqlite
21+
1922
- name: Install app
2023
run: composer install
2124

25+
- name: Run migrations
26+
run: php artisan migrate
27+
2228
- name: Test PHPUnit
2329
run: ./vendor/bin/phpstan analyse
2430

0 commit comments

Comments
 (0)