Skip to content

Commit 47be992

Browse files
committed
Add tmate on Windows but earlier 🙃
1 parent 086d964 commit 47be992

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ jobs:
360360
if: runner.os != 'Windows'
361361
run: make -C tests/gentype_tests/typescript-react-example clean test
362362

363+
- name: Setup tmate session
364+
uses: mxschmitt/action-tmate@v3
365+
if: runner.os == 'Windows'
366+
363367
- name: Run rewatch tests
364368
run: ./rewatch/tests/suite-ci.sh
365369
shell: bash
@@ -663,10 +667,6 @@ jobs:
663667
shell: bash
664668
working-directory: rewatch/testrepo
665669

666-
- name: Setup tmate session
667-
uses: mxschmitt/action-tmate@v3
668-
if: runner.os == 'Windows'
669-
670670
- name: Run rewatch integration tests
671671
run: ./rewatch/tests/suite-ci.sh node_modules/.bin/rescript
672672
shell: bash

0 commit comments

Comments
 (0)