Skip to content

Commit

Permalink
create sqlite database for chipperci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischulz committed May 31, 2024
1 parent 3ef004d commit 62ab2d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .chipperci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ pipeline:
cp -v .env.testing .env
composer install --no-interaction --prefer-dist --optimize-autoloader
php artisan key:generate
mkdir -p database
touch database/database.sqlite
- name: Compile Dev Assets
- name: Compile Assets
cmd: |
npm install
npm run build
Expand Down

0 comments on commit 62ab2d8

Please sign in to comment.