Skip to content

Commit d232cc7

Browse files
committed
Slight improve?
1 parent b7fb3fe commit d232cc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Run tests
2828
run: uv run pytest
2929

30+
- name: Check docker image builds ok
31+
run: docker build -t explain .
32+
3033
docker:
3134
runs-on: ubuntu-latest
3235
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)