install sqlite in CI
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user