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"