Skip to content

Commit 986cc41

Browse files
changing order of action to download data first
1 parent ec1084f commit 986cc41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/lc_fticr_workflow_tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install miniwdl
3030
31+
- name: Download LC-FTICR database and test data
32+
run: |
33+
make get-lcms-fticr-test-data
34+
3135
- name: Run LC_FTICR WDL with lipidomics test data and pushed Docker Image
3236
run: |
3337
make wdl-run-lc
3438
35-
- name: Download LC-FTICR database and test data
36-
run: |
37-
make get-lcms-fticr-test-data
3839
- name: Build Docker Image
3940
run: |
4041
make docker-build-local

0 commit comments

Comments
 (0)