install sqlite in CI
This commit is contained in:
Vendored
+6
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Install SQLite3 CLI
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y sqlite3
|
||||||
|
|
||||||
- name: Set up database
|
- name: Set up database
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
@@ -113,6 +116,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Install SQLite3 CLI
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y sqlite3
|
||||||
|
|
||||||
- name: Set up database
|
- name: Set up database
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
|||||||
Reference in New Issue
Block a user