From b7d0908b631791f920f80b9ded68dabc609cea67 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 30 Jul 2025 19:40:25 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index ebf585b..a43b2dd 100644 --- a/action.yml +++ b/action.yml @@ -100,6 +100,8 @@ runs: --json-report-file=markdown/pytest-report.json \ --capture=no" + set +e + if [ "${{ inputs.use_tmux_test }}" = "true" ]; then echo "▶️ Running tests inside tmux session" >> $LOG_FILE tmux new-session -d -s test-session "tail -f /dev/null"