From 349c0cef10f58d39c183e6727274b4ac7a3148df Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 30 Jul 2025 13:34:37 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 368a3b546..e724a0b9f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -16,11 +16,6 @@ jobs: ref: main path: test-ci - - name: Install tmux - run: | - sudo apt-get update - sudo apt-get install -y tmux - - name: Run reusable pytest-ci action uses: ./test-ci with: @@ -28,7 +23,8 @@ jobs: module-dir: slic gitea-domain: gitea.psi.ch repo-path: tligui_y/slic - ci-token: ${{ secrets.CI_TOKEN }} + ci-token: ${{ secrets.CI_TOKEN }} + use_tmux_test: "true" continue-on-error: true ##################################### TO NOT CHANGE #################################