Skip to content

Commit 7a60455

Browse files
committed
Rearrange order of CICD workflow
1 parent 7a8f574 commit 7a60455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
- name: Download test data for lipidomics
3232
run: |
3333
make get-lipid-test-data
34-
35-
- name: Run Lipidomics WDL with lipidomics test data
36-
run: |
37-
miniwdl run wdl/metaMS_lcmslipidomics.wdl -i wdl/metams_input_lipidomics.json --verbose --no-cache --copy-input-files
3834
3935
- name: Download test data for LCMS metabolomics
4036
run: |
4137
make get-lcms-metab-test-data
38+
39+
- name: Run Lipidomics WDL with lipidomics test data
40+
run: |
41+
miniwdl run wdl/metaMS_lcmslipidomics.wdl -i wdl/metams_input_lipidomics.json --verbose --no-cache --copy-input-files
4242
4343
# This will fail until the new Docker image is pushed to Docker Hub
4444
#- name: Run LCMS metabolomics WDL with LCMS metabolomics test data

0 commit comments

Comments
 (0)