Skip to content

Commit 9419faa

Browse files
author
Tony Spataro
committed
Add upterm
1 parent 10d5715 commit 9419faa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
yarn compile
3535
- name: Install gem
3636
run: gem install syntax_tree
37+
- name: Setup upterm session
38+
uses: lhotari/action-upterm@v1
39+
with:
40+
limit-access-to-actor: true
3741
- name: Run tests
3842
run: xvfb-run -a npm test
3943
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)