Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 43s

This commit is contained in:
2025-07-30 13:34:37 +02:00
parent 11cf4183aa
commit 349c0cef10
+1 -5
View File
@@ -16,11 +16,6 @@ jobs:
ref: main ref: main
path: test-ci path: test-ci
- name: Install tmux
run: |
sudo apt-get update
sudo apt-get install -y tmux
- name: Run reusable pytest-ci action - name: Run reusable pytest-ci action
uses: ./test-ci uses: ./test-ci
with: with:
@@ -29,6 +24,7 @@ jobs:
gitea-domain: gitea.psi.ch gitea-domain: gitea.psi.ch
repo-path: tligui_y/slic repo-path: tligui_y/slic
ci-token: ${{ secrets.CI_TOKEN }} ci-token: ${{ secrets.CI_TOKEN }}
use_tmux_test: "true"
continue-on-error: true continue-on-error: true
##################################### TO NOT CHANGE ################################# ##################################### TO NOT CHANGE #################################