This commit is contained in:
@@ -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:
|
||||||
@@ -28,7 +23,8 @@ jobs:
|
|||||||
module-dir: slic
|
module-dir: slic
|
||||||
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 #################################
|
||||||
|
|||||||
Reference in New Issue
Block a user