We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8c80d commit 13fb640Copy full SHA for 13fb640
.github/workflows/build-and-test.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Build PF
120
run: cd pkg/pf && make build
121
- 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
+ run: echo "RUN_TEST_CMD=$(go run github.com/pulumi/shard@5b6297aaffa0c06291fb8231968d7a9f4e6832e6 --total ${{ env.TOTAL_SHARDS }} --index ${{ matrix.shard }} --seed 314)" >> $GITHUB_ENV
123
if: ${{ matrix.platform == 'ubuntu-latest' }}
124
- name: Test
125
run: make test
0 commit comments