Skip to content

Commit

Permalink
just 1 shard for pipeline as we have just 1 test currently
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 4, 2024
1 parent 8386f98 commit 6924616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
NXF_VER:
- "23.04.0"
- "latest-everything"
filter: ["workflow", "process", "function"]
filter: ["pipeline", "workflow", "process", "function"]
profile: ["docker"]
shard: [1, 2, 3, 4, 5]
include:
exclude:
- filter: "pipeline"
shard: [1]
shard: [2, 3, 4, 5]
steps:
- name: Check out pipeline code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down

0 comments on commit 6924616

Please sign in to comment.