Skip to content

Commit 5322acc

Browse files
committed
Temporarily remove pushed docker tests
1 parent 5858c91 commit 5322acc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/workflow_tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232
run: |
3333
make get-test-data
3434
35-
- name: Run Lipidomics WDL with lipidomics test data and pushed Docker Image
36-
run: |
37-
miniwdl run wdl/metaMS_lcmslipidomics.wdl -i wdl/metams_input_lipidomics.json --verbose --no-cache --copy-input-files
35+
#- name: Run Lipidomics WDL with lipidomics test data and pushed Docker Image
36+
# run: |
37+
# miniwdl run wdl/metaMS_lcmslipidomics.wdl -i wdl/metams_input_lipidomics.json --verbose --no-cache --copy-input-files
3838

39-
- name: Run LCMS metabolomics WDL with test data and pushed Docker Image
40-
run: |
41-
make wdl-run-lcms-metab
39+
#- name: Run LCMS metabolomics WDL with test data and pushed Docker Image
40+
# run: |
41+
# make wdl-run-lcms-metab
42+
43+
#- name: Run GCMS WDL with pushed Docker Image
44+
# run: |
45+
# miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input_gcms.json --verbose --no-cache --copy-input-files
4246

43-
- name: Run GCMS WDL with pushed Docker Image
44-
run: |
45-
miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input_gcms.json --verbose --no-cache --copy-input-files
46-
4747
- name: Build Docker Image
4848
run: |
4949
docker build -t local-metams:latest .

0 commit comments

Comments
 (0)