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 cf603be commit 5d5f628Copy full SHA for 5d5f628
.github/workflows/build-and-test.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Build PF
114
run: cd pkg/pf && make build
115
- name: Shard tests
116
- run: echo "SHARD_CMD=$(go run github.com/VenelinMartinov/sharder@9d09afeb1c053b4a0263fbaa5c3c9da1ca2d10e7 --total ${{ env.TOTAL_SHARDS }} --index ${{ matrix.shard }} --output testoutput.txt --format make)" >> $GITHUB_ENV
+ run: echo "SHARD_CMD=$(go run github.com/pulumi/sharder@33de11e21336f16473816fc0216fd81247b69d97 --total ${{ env.TOTAL_SHARDS }} --index ${{ matrix.shard }} --output testoutput.txt --format make)" >> $GITHUB_ENV
117
if: ${{ matrix.platform == 'ubuntu-latest' }}
118
- name: Test
119
run: make VERBOSE=true test_shard
0 commit comments