Skip to content

Commit 7607e4d

Browse files
ci: add docker image build check to CI
1 parent 373f287 commit 7607e4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
run: mypy oc4ids_datastore_pipeline/ tests/
2424
- name: Run tests
2525
run: pytest
26+
- name: Build docker image
27+
run: docker build -t oc4ids-datastore-pipeline .

0 commit comments

Comments
 (0)