Skip to content

Commit 13fb640

Browse files
committed
Confirm results with an alternate seed
1 parent 3b8c80d commit 13fb640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Build PF
120120
run: cd pkg/pf && make build
121121
- name: Shard tests
122-
run: echo "RUN_TEST_CMD=$(go run github.com/pulumi/shard@5b6297aaffa0c06291fb8231968d7a9f4e6832e6 --total ${{ env.TOTAL_SHARDS }} --index ${{ matrix.shard }} --seed 42)" >> $GITHUB_ENV
122+
run: echo "RUN_TEST_CMD=$(go run github.com/pulumi/shard@5b6297aaffa0c06291fb8231968d7a9f4e6832e6 --total ${{ env.TOTAL_SHARDS }} --index ${{ matrix.shard }} --seed 314)" >> $GITHUB_ENV
123123
if: ${{ matrix.platform == 'ubuntu-latest' }}
124124
- name: Test
125125
run: make test

0 commit comments

Comments
 (0)