Skip to content

Commit 24fd375

Browse files
committed
debug setup
1 parent d628bfc commit 24fd375

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, bcpeinhardt/action-debug ]
66
pull_request:
77
branches: [ main ]
88

@@ -77,4 +77,7 @@ jobs:
7777
run: make test
7878

7979
- name: Check build
80-
run: make build
80+
run: make build
81+
82+
- name: Setup tmate session
83+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)