Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasgj committed Mar 20, 2024
1 parent 85cbbeb commit 6d2db3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/grade.yml
Expand Up @@ -58,12 +58,16 @@ jobs:
pip install behave
pip install -e .
behave
continue-on-error: true
- name: Arquiva resultados
uses: actions/upload-artifact@v3
with:
name: homework_evaluation
path: RESULT
retention-days: 1
- name: Avalia successo
if: ${{ failure() }}
run: exit 1
report_result:
name: Resultados da avaliação
if: ${{ always() }}
Expand All @@ -75,6 +79,7 @@ jobs:
with:
name: homework_evaluation
- run: sed -n -e '$ ! p' RESULT
id: Resultado
report_grade:
name: Previsão de nota final
if: ${{ always() }}
Expand All @@ -86,3 +91,4 @@ jobs:
with:
name: homework_evaluation
- run: sed -n -e '$ p' RESULT
id: Previsão de Nota

0 comments on commit 6d2db3c

Please sign in to comment.