Skip to content

Commit

Permalink
Run migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed Feb 9, 2024
1 parent 6b36a2b commit ffd3896
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install PHP Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Install NPM Dependencies
run: npm ci && npm run build

- name: Generate key
run: php artisan key:generate

Expand All @@ -47,8 +50,8 @@ jobs:
mkdir -p database
touch database/database.sqlite
- name: Install NPM Dependencies
run: npm ci && npm run build
- name: Run migrations
run: php artisan migrate -f

- name: Run Tests
env:
Expand Down

0 comments on commit ffd3896

Please sign in to comment.