diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de8c87..dc1e0ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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