Skip to content

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Nov 28, 2024
1 parent c983e8e commit 21d26cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
--partitions ${{ strategy.job-total }} \
--partition-strategy ${{ env.PARTITION_STRATEGY }} \
--plugin kaocha.plugin/junit-xml \
--junit-xml-file "junit-${{ strategy.job-index }}.xml"
--junit-xml-file "junit-${{ strategy.job-index }}.xml" \
--junit-xml-add-location-metadata
- name: Upload profiling results
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 21d26cc

Please sign in to comment.