Skip to content

Commit 1039aff

Browse files
committed
Debug tests
1 parent 9b032ae commit 1039aff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 upterm session
9+
uses: lhotari/action-upterm@v1
10+
with:
11+
limit-access-to-actor: false

0 commit comments

Comments
 (0)