diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be150680..320cad87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,11 +103,13 @@ jobs: - name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }}) run: | + NFT_WORKDIR=~ \ nf-test test \ --ci \ - --shard ${{ matrix.shard }}/${{ strategy.job-total }} \ + --shard ${{ matrix.shard }}/4 \ --changed-since HEAD^ \ --profile "+${{ matrix.profile }}" \ + --verbose \ --filter pipeline - name: Publish Test Report