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 6924616 commit 304198c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ jobs:
shard: [1, 2, 3, 4, 5]
exclude:
- filter: "pipeline"
shard: [2, 3, 4, 5]
shard: 2
- filter: "pipeline"
shard: 3
- filter: "pipeline"
shard: 4
- filter: "pipeline"
shard: 5
steps:
- name: Check out pipeline code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down

0 comments on commit 304198c

Please sign in to comment.