Files
demultiplex/src/runner/integration_tests.sh
CI d62df4a4ae Build branch package-config-dist with version package-config-dist (04d0102)
Build pipeline: viash-hub.demultiplex.package-config-dist-dbp75

Source commit: 04d0102777

Source message: Merge branch 'runner-returns-output' into package-config-dist
2025-07-25 08:23:00 +00:00

17 lines
359 B
Bash
Executable File

#!/usr/bin/env bash
# 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"
viash ns build --setup cb -q runner
nextflow run . \
-main-script src/runner/test.nf \
-entry test \
-profile docker,local \
-c src/config/labels.config \
-resume