Skip to content

Commit

Permalink
ci: 设置 SQLite 数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Dec 10, 2024
1 parent b254fda commit e4e2712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
extensions: json, dom, curl, libxml, mbstring
coverage: none

# 创建 SQLite 数据库
- name: Prepare SQLite database
run: |
mkdir -p database
touch database/database.sqlite
- name: Install Pint
run: composer install -vvv

Expand Down

0 comments on commit e4e2712

Please sign in to comment.