Update action.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user