Skip to content

Commit

Permalink
Add docker build test (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed May 13, 2024
1 parent 266b2e4 commit 9634fe3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,13 @@ jobs:
run: |
poetry run isort --profile black .
git diff --exit-code --quiet || exit 1
build-image-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`.
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
push: false

0 comments on commit 9634fe3

Please sign in to comment.