Skip to content

Commit

Permalink
Reenable touch database
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed Apr 24, 2024
1 parent 3389571 commit b42af0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update --dev
composer update --prefer-stable --no-interaction --no-suggest
# - name: Touch database
# run:
# mkdir -p database
# touch database/database.sqlite
- name: Touch database
run:
mkdir -p database
touch database/database.sqlite

- name: Setup dusk/chrome
run: vendor/bin/dusk-updater detect --no-interaction
Expand Down

0 comments on commit b42af0d

Please sign in to comment.