Skip to content

Commit adbe092

Browse files
committed
Added tmate step for debugging
1 parent f759400 commit adbe092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/snapshot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- sonar
5050
strategy:
5151
matrix:
52-
os: [ macos-11.0 ]
52+
os: [ macos-latest ]
5353
node: [ 10, 11, 12, 13, 14 ]
5454
exclude:
5555
- os: ubuntu-latest
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- name: Set up Git repository
6060
uses: actions/checkout@v2
61+
- name: Setup tmate session
62+
uses: mxschmitt/action-tmate@v3
6163
- name: Set up node
6264
uses: actions/setup-node@v2
6365
with:

0 commit comments

Comments
 (0)