ci: compare complement results with checked-in results
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
365c85ad27
commit
28f599236a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue