From 64aa7a3683cbcb846038a291e483baa635af3875 Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 14:04:17 -0800 Subject: [PATCH] diff returns 1 if files are diffrent which causes job to abort -- modify script to ignore diff exit code --- .github/workflows/python-app-pr.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index 5a3ba81..2067030 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -41,16 +41,12 @@ jobs: workflow: python-app-dev.yml name: test-report - - name: Print diff - run: | - diff -u output-dev.txt output-pr.txt - - name: Extract number of failures and errors id: extract_results run: | { echo 'test_results<> "$GITHUB_ENV"