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 d122d37 commit 10055c2Copy full SHA for 10055c2
.github/workflows/ci.yml
@@ -360,6 +360,11 @@ jobs:
360
if: runner.os != 'Windows'
361
run: make -C tests/gentype_tests/typescript-react-example clean test
362
363
+ - name: Rewatch tests need Git Bash for Windows
364
+ if: ${{ runner.os == 'Windows' }}
365
+ run: echo "C:\Program Files\Git\bin" >> $GITHUB_PATH
366
+ shell: bash
367
+
368
- name: Run rewatch tests
369
run: ./rewatch/tests/suite-ci.sh
370
shell: bash
0 commit comments