Skip to content

Commit

Permalink
Add a test build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstraw authored and bastelfreak committed Dec 11, 2024
1 parent c734437 commit 7b7e4a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Build
run: |
poetry build -v
build_docker_image:
name: 'Test building a container'
Expand Down

0 comments on commit 7b7e4a3

Please sign in to comment.