Skip to content

Commit

Permalink
fix(tests): use correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Oct 18, 2023
1 parent 2f9ff0a commit 966b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
VERSION=$(sort VERSIONS.txt | tail -n 1)
bash ./scripts/test_fullPipeline.sh \
" --carveme_image=pbelmann/metabolomics:0.1.0 --smetana_image=pbelmann/metabolomics:0.1.0 --databases=/vol/scratch/databases/ --output=output " \
" --carveme_image=pbelmann/metabolomics:0.1.0 --smetana_image=pbelmann/metabolomics:0.1.0 --databases=/vol/scratch/databases/ --output=output " \
"" "${WORK_DIR}" ${PROFILE} ${VERSION} || exit 1
- name: Test EMGB import tools
Expand Down

0 comments on commit 966b4de

Please sign in to comment.