ci: compare complement results with checked-in results

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-01 22:53:16 -04:00 committed by June
parent 365c85ad27
commit 28f599236a

View file

@ -110,6 +110,10 @@ jobs:
path: complement_test_results.jsonl
if-no-files-found: error
- name: Diff Complement results with checked-in repo results
run: |
diff -u --color=always complement_test_results.jsonl tests/test_results/complement/test_results.jsonl > >(tee -a test_output.log)
- name: Update Job Summary
if: success() || failure()
run: |