Skip to content

Commit

Permalink
Added archiving of conformance results
Browse files Browse the repository at this point in the history
Signed-off-by: rjsadow <richard.j.sadowski@gmail.com>
  • Loading branch information
rjsadow authored and dims committed Dec 22, 2023
1 parent 9bd54e0 commit 76c40a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/periodic_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ jobs:
- name: Run full conformance test
run: |
bin/hydrophone --conformance
bin/hydrophone --conformance --output-dir ./results
- name: Archive conformance results
uses: actions/upload-artifact@v3
with:
name: conformance-results
path: |
./results/*

0 comments on commit 76c40a9

Please sign in to comment.