Skip to content

Commit 0454932

Browse files
moving pushed docker wdl to bottom and remove continue on fail
1 parent f3c15da commit 0454932

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lc_fticr_workflow_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
run: |
3333
make get-lcms-fticr-test-data
3434
35-
- name: Run LC_FTICR WDL with lipidomics test data and pushed Docker Image
36-
run: |
37-
make wdl-run-lc
38-
continue-on-error: true
39-
4035
- name: Build Docker Image
4136
run: |
4237
make docker-build-local
4338
4439
- name: Run LC-FTICR WDL with local Docker Image based on Dockerfile
4540
run: |
4641
make wdl-run-lc-local
42+
43+
- name: Run LC_FTICR WDL with lipidomics test data and pushed Docker Image
44+
run: |
45+
make wdl-run-lc
46+

0 commit comments

Comments
 (0)