diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index c3615d1..4c921e8 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -44,8 +44,6 @@ jobs: - name: Extract number of failures and errors id: extract_results run: | - echo "test_dev=$(tail -2 output-dev.txt | head -1)" >> "$GITHUB_ENV" - echo "test_pr=$(tail -2 output-pr.txt | head -1)" >> "$GITHUB_ENV" { echo 'test_results<