Skip to content

Commit

Permalink
add tmate action for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 14, 2024
1 parent f826b8c commit 64a7b09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
Expand All @@ -41,6 +42,8 @@ jobs:
name: '${{ env.CACHIX_NAME }}'
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: scripts/build-checks

# Steps to test CI automation in your own fork.
Expand Down

0 comments on commit 64a7b09

Please sign in to comment.