From 05b7dec4820be23780c4ceb9a371244abd062a5a Mon Sep 17 00:00:00 2001 From: strawberry <strawberry@puppygock.gay> Date: Thu, 2 May 2024 12:11:06 -0400 Subject: [PATCH] temp(ci): comment complement results diff for now Signed-off-by: strawberry <strawberry@puppygock.gay> --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3e799397..7943e3b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,9 +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) + # TODO: figure out why our complement results are not 100% consistent + #- 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() -- GitLab