From 619052844360735c5a0c7d2b52958afc2a0a5a12 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 1 Oct 2024 15:17:29 -0500 Subject: [PATCH] ci: Follow dependencies --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bf510cf7d..9af38e7058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: NXF_VER: ["23.04.0", "latest-everything"] # TODO Test minimum version on release - filter: ["pipeline", "workflow"] # TODO Modules and Functions + filter: ["pipeline", "workflow", "process"] # TODO Functions profile: ["docker"] shard: [1, 2, 3, 4, 5] steps: @@ -97,6 +97,7 @@ jobs: --verbose \ --shard ${{ matrix.shard }}/5 \ --changed-since HEAD^ \ + --follow-dependencies \ --profile "+${{ matrix.profile }}" \ --filter ${{ matrix.filter }}