diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81269774..1ffa9360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: --shard ${{ matrix.shard }}/${{ env.SHARDS }} \ --changed-since HEAD^ \ --profile "+${{ matrix.profile }}" \ - --filter pipeline + --filter pipeline \ --junitxml=test.xml - name: Publish Test Report @@ -85,3 +85,4 @@ jobs: if: always() # always run even if the previous step fails with: report_paths: test.xml + annotate_only: true