Skip to content

Commit

Permalink
smoke test the docker image (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
  • Loading branch information
hughesjj and joaopgrassi committed Mar 7, 2024
1 parent fe157ef commit 4471295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semconvgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: pylint *.py src/
- name: Type checking (mypy)
run: mypy src/

- name: Build the Docker image
run: pip wheel --no-deps . && docker build . -t semconvgen && docker run --rm semconvgen --help

build-and-publish-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4471295

Please sign in to comment.