Skip to content

Commit

Permalink
use pulumi/sharder
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 14, 2025
1 parent d3b9e63 commit fa4a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Build PF
run: cd pkg/pf && make build
- name: Shard tests
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
if: ${{ matrix.platform == 'ubuntu-latest' }}
- name: Test
run: make VERBOSE=true test_shard
Expand Down

0 comments on commit fa4a969

Please sign in to comment.