Skip to content

Commit 3f35f56

Browse files
committed
debugging make docker errors in gha
1 parent 14cf9f3 commit 3f35f56

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/di_workflow_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
3535
- name: Run di WDL with local Docker Image based on Dockerfile
3636
run: |
37-
make wdl-run-di
37+
miniwdl run wdl/di_fticr_ms.wdl -i wdl/di_fticr_wdl_input_local_docker.json --verbose --no-cache --copy-input-files
3838
3939
- name: Run di WDL with pushed Docker Image
4040
run: |
41-
make docker-run-di
41+
make wdl-run-di

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker-build:
7272

7373
docker-build-local:
7474

75-
docker build --pull --no-cache -t local-enviroms:$(version) .
75+
docker build --pull --no-cache -t local-enviroms:latest .
7676

7777
docker-run-di:
7878

wdl/di_fticr_wdl_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"fticrmsNOM.runDirectInfusion.output_directory": "output",
88
"fticrmsNOM.runDirectInfusion.output_type": "csv",
99
"fticrmsNOM.runDirectInfusion.calibrate": true,
10+
"fticrmsNOM.runDirectInfusion.batch_calibrate": true,
1011
"fticrmsNOM.runDirectInfusion.calibration_ref_file_path": "./data/reference/SRFA.ref",
1112

1213
"fticrmsNOM.runDirectInfusion.corems_toml_path": "./configuration/di_corems.toml",
@@ -23,7 +24,6 @@
2324
"fticrmsNOM.runDirectInfusion.plot_ms_classes": false,
2425
"fticrmsNOM.runDirectInfusion.plot_mz_error_classes": false,
2526
"fticrmsNOM.runDirectInfusion.plot_qc": true
26-
2727

2828
}
2929

0 commit comments

Comments
 (0)