Skip to content

Commit b697e64

Browse files
authored
added start-tmate step (#28)
1 parent 24bc817 commit b697e64

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ name: CICD
1111
description: "SR Linux version"
1212
required: true
1313
default: "23.3.2"
14+
start-tmate:
15+
description: "start tmate before running tests"
16+
type: boolean
17+
required: false
18+
default: false
1419
pull_request:
1520
push:
1621
tags:
@@ -59,6 +64,10 @@ jobs:
5964
# username: ${{ github.actor }}
6065
# password: ${{ secrets.GITHUB_TOKEN }}
6166

67+
- name: start tmate session
68+
uses: mxschmitt/action-tmate@v3
69+
if: ${{ inputs.start-tmate }}
70+
6271
- name: Test
6372
run: ./run.sh ci-test
6473

0 commit comments

Comments
 (0)