Skip to content

Commit

Permalink
"Added step to create database directory and file in GitHub workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 9, 2024
1 parent a64741c commit d40e644
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
echo DB_DATABASE=:memory:
cat .env
- name: Create Database
run: |
mkdir -p database
touch database/database.sqlite
- name: Run Migrations
run: |
php artisan key:generate
Expand Down

0 comments on commit d40e644

Please sign in to comment.