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 01a30f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/grade.yml
Expand Up @@ -59,6 +59,7 @@ jobs:
pip install -e .
behave
- name: Arquiva resultados
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: homework_evaluation
Expand All @@ -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() }}
Expand All @@ -86,3 +88,4 @@ jobs:
with:
name: homework_evaluation
- run: sed -n -e '$ p' RESULT
name: Previsão de Nota

0 comments on commit 01a30f2

Please sign in to comment.