diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 163544d17..edac2055f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -36,6 +36,8 @@ jobs: - name: Run tests and generate reports run: | + TTY=$(cat tmux_tty.txt) + echo "TMUX_TTY=$TTY" >> $GITHUB_ENV ./temp-ci/give_runs_log.sh "outputs/test-ci.log" - name: Prepare the push to wiki