Skip to content

Commit

Permalink
add sqlite database
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 22, 2024
1 parent a6a187d commit d645be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Run composer install
run: composer install -n --prefer-dist

- name: Create SQLite database
run: touch database/database.sqlite

- name: Prepare Laravel Application
run: |
cp .env.ci .env
Expand Down

0 comments on commit d645be9

Please sign in to comment.