Files
htrnaseq/src/workflows/runner/integration_test.sh
CI 6f76b49468 Build branch main with version main (10d3b38)
Build pipeline: viash-hub.htrnaseq.main-77sg6

Source commit: 10d3b382d6

Source message: Add runner integration tests, revert ec0dd8b (#64)
2025-08-01 10:14:18 +00:00

14 lines
325 B
Bash
Executable File

# get the root of the directory
REPO_ROOT=$(git rev-parse --show-toplevel)
# ensure that the command below is run from the root of the repository
cd "$REPO_ROOT"
nextflow \
run . \
-main-script src/workflows/runner/test.nf \
-config ./src/config/labels.config \
-entry test_wf \
-resume \
-profile docker,local