Skip to content

Commit c23877c

Browse files
committed
wip
1 parent 14651e4 commit c23877c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@v1
2828

29+
- name: Install SQLite 3
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install sqlite3
33+
2934
- name: Cache dependencies
3035
uses: actions/cache@v1
3136
with:

0 commit comments

Comments
 (0)