install sqlite in CI
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 19s
CI / test (push) Successful in 30s
CI / system-test (push) Failing after 21s

This commit is contained in:
2026-01-26 23:45:27 +01:00
parent a4d5a676d6
commit de52fe9b93
+6
View File
@@ -83,6 +83,9 @@ jobs:
with:
bundler-cache: true
- name: Install SQLite3 CLI
run: sudo apt-get update && sudo apt-get install -y sqlite3
- name: Set up database
env:
RAILS_ENV: test
@@ -113,6 +116,9 @@ jobs:
with:
bundler-cache: true
- name: Install SQLite3 CLI
run: sudo apt-get update && sudo apt-get install -y sqlite3
- name: Set up database
env:
RAILS_ENV: test