Skip to content

Commit

Permalink
fix naming for shards
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Boyd committed Aug 2, 2024
1 parent 53999d3 commit 7fc66b5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
node-version: [14, 16, 18, 20]
shard:
[
"1/10",
"2/10",
"3/10",
"4/10",
"5/10",
"6/10",
"7/10",
"8/10",
"9/10",
"10/10",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
]
steps:
- name: Checkout
Expand All @@ -43,6 +43,7 @@ jobs:
uses: "./.github/actions/build-and-test"
with:
node_version: ${{ matrix.node-version }}
shard: ${{ matrix.shard }}

- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7fc66b5

Please sign in to comment.