Skip to content

Commit

Permalink
Remove mkdir command in Create Database step
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 9, 2024
1 parent d90e197 commit 1fa10bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: ["8.3", "8.2"]
Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
- name: Create Database
run: |
mkdir -p database
touch database/database.sqlite
- name: Run Migrations
Expand Down

0 comments on commit 1fa10bb

Please sign in to comment.