We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71f34 commit 31363dbCopy full SHA for 31363db
.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: Run tests
37
run: bun run test:jest
38
39
- - name: Setup tmate session (for debugging)
40
- if: failure() || github.event_name == 'workflow_dispatch'
41
- uses: mxschmitt/action-tmate@v3
42
- timeout-minutes: 3
+ # - name: Setup tmate session (for debugging)
+ # if: failure() || github.event_name == 'workflow_dispatch'
+ # uses: mxschmitt/action-tmate@v3
+ # timeout-minutes: 3
43
44
build:
45
name: Build - ${{ matrix.platform.target }}
0 commit comments