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 9b032ae commit 1039affCopy full SHA for 1039aff
.github/workflows/debugging-tests.yml
@@ -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