Skip to content

Commit

Permalink
fix database path
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jul 9, 2024
1 parent cb78c5c commit 806f993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: chmod -R 777 storage bootstrap/cache
- name: Create Database
run: |
mkdir -p database
touch database/database.sqlite
mkdir -p storage/database
touch storage/database/database.sqlite
php artisan migrate:fresh
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
Expand Down

0 comments on commit 806f993

Please sign in to comment.