Skip to content

Commit

Permalink
Fix citest
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Aug 29, 2024
1 parent ee599fc commit ad66840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
--shard ${{ matrix.shard }}/${{ env.SHARDS }} \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter pipeline
--filter pipeline \
--junitxml=test.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: test.xml
annotate_only: true

0 comments on commit ad66840

Please sign in to comment.