use locally checked out lib in the docker job
see https://github.com/mattn/go-sqlite3/pull/1177
This commit is contained in:
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@@ -17,6 +17,5 @@ jobs:
|
||||
|
||||
- name: Run example - simple
|
||||
run: |
|
||||
cd ./_example/simple
|
||||
docker build -t simple .
|
||||
docker build -t simple -f ./_example/simple/Dockerfile .
|
||||
docker run simple | grep 99\ こんにちは世界099
|
||||
|
||||
Reference in New Issue
Block a user