flip order of complement diff checking, update test results
we now pass all Content-Disposition checks/tests Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
296d7c58ee
commit
9a63e7cc9b
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -134,7 +134,7 @@ jobs:
|
|||
# TODO: figure out why our complement results are not 100% consistent so we don't need to allow failures
|
||||
continue-on-error: true
|
||||
run: |
|
||||
diff -u --color=always complement_test_results.jsonl tests/test_results/complement/test_results.jsonl > >(tee -a complement_test_output.log)
|
||||
diff -u --color=always tests/test_results/complement/test_results.jsonl complement_test_results.jsonl > >(tee -a complement_test_output.log)
|
||||
|
||||
- name: Add Complement diff result to Job Summary
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue