Skip to content

Commit 4471295

Browse files
smoke test the docker image (#286)
Co-authored-by: Joao Grassi <[email protected]>
1 parent fe157ef commit 4471295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semconvgen.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
run: pylint *.py src/
4040
- name: Type checking (mypy)
4141
run: mypy src/
42-
42+
- name: Build the Docker image
43+
run: pip wheel --no-deps . && docker build . -t semconvgen && docker run --rm semconvgen --help
4344

4445
build-and-publish-docker:
4546
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)