Skip to content

Commit 0b22a68

Browse files
committed
Debug tests
1 parent 9b032ae commit 0b22a68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: macos-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Setup tmate session
9+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)