Skip to content

Commit 8879783

Browse files
committed
test: oops, missing shards
1 parent b5d3a6d commit 8879783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
echo "total=16" >> $GITHUB_OUTPUT
6464
elif [ "${{ github.event_name }}" == "pull_request" ]; then
6565
VERSION_SELECTORS=[\"latest\"]
66-
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
66+
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
6767
echo "total=16" >> $GITHUB_OUTPUT
6868
else
6969
VERSION_SELECTORS=[\"latest\",\"canary\"]
70-
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
70+
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
7171
echo "total=16" >> $GITHUB_OUTPUT
7272
fi
7373

0 commit comments

Comments
 (0)