This commit is contained in:
@@ -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 #################################
|
||||
|
||||
Reference in New Issue
Block a user