sessionrecording: implement v2 recording endpoint support #176
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run the ssh integration tests with `make sshintegrationtest`. | |
# These tests can also be running locally. | |
name: "ssh-integrationtest" | |
concurrency: | |
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
paths: | |
- "ssh/**" | |
- "tempfork/gliderlabs/ssh/**" | |
- ".github/workflows/ssh-integrationtest" | |
jobs: | |
ssh-integrationtest: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Run SSH integration tests | |
run: | | |
make sshintegrationtest |