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

This commit is contained in:
2025-07-21 15:15:32 +02:00
parent 4d3035b041
commit 2f7cd50938
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
- name: Run reusable pytest-ci action
uses: ./test-ci
with:
ci-branch: main
ci-branch: test_actions_on_utils
module-dir: slic
report-dir: ci-reports
gitea-domain: gitea.psi.ch
repo-path: tligui_y/test-ci
repo-path: tligui_y/slic
ci-token: ${{ secrets.CI_TOKEN }}