Skip to content

Commit 92d3419

Browse files
prepare to comment on pr
1 parent b6120d5 commit 92d3419

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ runs:
9191
run: |
9292
echo "Executando testes com MGC_PATH: $MGC_PATH"
9393
94-
# Executa os testes e captura a saída
9594
set +e # Não falha imediatamente em caso de erro
96-
output=$(poetry run pytest ${{ inputs.pytest-args }} --tb=short --ignore=tests/test_auth.py 2>&1)
95+
output=$(poetry run pytest ${{ inputs.pytest-args }} --tb=short --ignore=tests/test_auth.py 2>&1 | tee /dev/tty)
9796
exit_code=$?
9897
set -e
9998
@@ -118,4 +117,4 @@ runs:
118117
echo "EOF" >> $GITHUB_OUTPUT
119118
120119
# Mantém o exit code original
121-
exit $exit_code
120+
exit $exit_code

0 commit comments

Comments
 (0)