Skip to content

Commit 9ae3f98

Browse files
committed
use third party sqlite image
1 parent b19a4bc commit 9ae3f98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- 3306:3306
2323
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2424
sqlite:
25-
image: sqlite:3.41
25+
image: kartoza/sqlite
26+
env:
27+
SQLITE_DATABASE: test.db
2628
ports:
2729
- 5432:5432
2830
env:

0 commit comments

Comments
 (0)