Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 1, 2024
1 parent 40c9729 commit 8d3f8ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
- name: make
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.build }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: make test
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.test }}

0 comments on commit 8d3f8ca

Please sign in to comment.