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 d3b9e63 commit 32631d4Copy full SHA for 32631d4
.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@828907542fdc6628c49e5139d35fa1f427570550 --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