Skip to content

Commit

Permalink
added start-tmate step
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 22, 2024
1 parent 24bc817 commit 4cbe422
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ name: CICD
description: "SR Linux version"
required: true
default: "23.3.2"
start-tmate:
description: "start tmate before running tests"
type: boolean
required: false
default: false
pull_request:
push:
tags:
Expand Down Expand Up @@ -59,6 +64,10 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: start tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.start-tmate }}

- name: Test
run: ./run.sh ci-test

Expand Down

0 comments on commit 4cbe422

Please sign in to comment.