Skip to content

Commit 14cf9f3

Browse files
committed
reorder checks
1 parent c8d544d commit 14cf9f3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/di_workflow_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install miniwdl
3030
31-
- name: Run di WDL with pushed Docker Image
32-
run: |
33-
make docker-run-di
34-
3531
- name: Build Docker Image
3632
run: |
3733
make docker-build-local
3834
3935
- name: Run di WDL with local Docker Image based on Dockerfile
4036
run: |
41-
make wdl-run-di
37+
make wdl-run-di
38+
39+
- name: Run di WDL with pushed Docker Image
40+
run: |
41+
make docker-run-di

0 commit comments

Comments
 (0)