Skip to content

Commit d6e4330

Browse files
committed
CI: put parity metrics to separate artifact
1 parent dbad558 commit d6e4330

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/aws-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,14 @@ jobs:
427427
path: |
428428
target/pytest-junit-integration-${{ env.PLATFORM }}-${{ matrix.group }}.xml
429429
target/.coverage.integration-${{ env.PLATFORM }}-${{ matrix.group }}
430-
target/metric_reports
430+
retention-days: 30
431+
432+
- name: Archive Parity Metric Results
433+
if: success()
434+
uses: actions/upload-artifact@v4
435+
with:
436+
name: parity-metric-raw-${{ env.PLATFORM }}-${{ matrix.group }}
437+
path: target/metric_reports
431438
retention-days: 30
432439

433440
test-bootstrap:

0 commit comments

Comments
 (0)