From 01a30f2952b1e55bd9f89db28af1424911676764 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 20 Mar 2024 19:14:19 -0300 Subject: [PATCH] fix --- .github/workflows/grade.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/grade.yml b/.github/workflows/grade.yml index a625e3b..82c0c16 100644 --- a/.github/workflows/grade.yml +++ b/.github/workflows/grade.yml @@ -59,6 +59,7 @@ jobs: pip install -e . behave - name: Arquiva resultados + if: ${{ always() }} uses: actions/upload-artifact@v3 with: name: homework_evaluation @@ -75,6 +76,7 @@ jobs: with: name: homework_evaluation - run: sed -n -e '$ ! p' RESULT + name: Resultado report_grade: name: Previsão de nota final if: ${{ always() }} @@ -86,3 +88,4 @@ jobs: with: name: homework_evaluation - run: sed -n -e '$ p' RESULT + name: Previsão de Nota