Skip to content

Commit

Permalink
[ci] Fix typo in shard name (#298)
Browse files Browse the repository at this point in the history
Fixes a tiny typo in test shard name (`3 of 32` should be `3 of 3`).
  • Loading branch information
ditman authored Sep 8, 2023
1 parent 49ace06 commit 3e262f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shard-index: 0
- name: shard 2 of 3
shard-index: 1
- name: shard 3 of 32
- name: shard 3 of 3
shard-index: 2
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
Expand Down

0 comments on commit 3e262f5

Please sign in to comment.