ci: install sqlite test dependency
Memind CI / Test, build, and release guards (push) Failing after 1m15s
Memind CI / Test, build, and release guards (push) Failing after 1m15s
This commit is contained in:
@@ -31,6 +31,12 @@ jobs:
|
||||
git checkout --detach FETCH_HEAD
|
||||
test "$(git rev-parse HEAD)" = "${{ gitea.sha }}"
|
||||
|
||||
- name: Install system test dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --yes --no-install-recommends sqlite3
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
- name: Install locked dependencies
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user