From e0be2a024be472593532aaa0a5726e91b22ef7d9 Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 10:45:58 -0800 Subject: [PATCH] remove debugging commands --- .github/workflows/python-app-pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index c1f0316..925e0fd 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -48,9 +48,7 @@ jobs: - name: Compare test results run: | - ls - less output-pr.txt - diff -u ./test-report/output-dev.txt output-pr.txt | diff2html -i stdin -F test-diff.html + diff -u output-dev.txt output-pr.txt | diff2html -i stdin -F test-diff.html - uses: actions/upload-artifact@v4 with: