Update action.yml

This commit is contained in:
2025-07-30 19:40:25 +02:00
parent 5cdd1f9870
commit b7d0908b63
+2
View File
@@ -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"