We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c9c39 commit 1b25484Copy full SHA for 1b25484
.github/workflows/ci.yml
@@ -23,3 +23,5 @@ jobs:
23
run: mypy oc4ids_datastore_pipeline/ tests/
24
- name: Run tests
25
run: pytest
26
+ - name: Build docker image
27
+ run: docker build -t oc4ids-datastore-pipeline .
0 commit comments