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 c8d544d commit 14cf9f3Copy full SHA for 14cf9f3
1 file changed
.github/workflows/di_workflow_tests.yaml
@@ -28,14 +28,14 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install miniwdl
30
31
- - name: Run di WDL with pushed Docker Image
32
- run: |
33
- make docker-run-di
34
-
35
- name: Build Docker Image
36
run: |
37
make docker-build-local
38
39
- name: Run di WDL with local Docker Image based on Dockerfile
40
41
- make wdl-run-di
+ make wdl-run-di
+
+ - name: Run di WDL with pushed Docker Image
+ run: |
+ make docker-run-di
0 commit comments