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 086d964 commit 47be992Copy full SHA for 47be992
.github/workflows/ci.yml
@@ -360,6 +360,10 @@ jobs:
360
if: runner.os != 'Windows'
361
run: make -C tests/gentype_tests/typescript-react-example clean test
362
363
+ - name: Setup tmate session
364
+ uses: mxschmitt/action-tmate@v3
365
+ if: runner.os == 'Windows'
366
+
367
- name: Run rewatch tests
368
run: ./rewatch/tests/suite-ci.sh
369
shell: bash
@@ -663,10 +667,6 @@ jobs:
663
667
664
668
working-directory: rewatch/testrepo
665
669
666
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
- if: runner.os == 'Windows'
-
670
- name: Run rewatch integration tests
671
run: ./rewatch/tests/suite-ci.sh node_modules/.bin/rescript
672
0 commit comments