Skip to content

Commit 10055c2

Browse files
committed
Rewatch tests need Git Bash for Windows
1 parent d122d37 commit 10055c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

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

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+
363368
- name: Run rewatch tests
364369
run: ./rewatch/tests/suite-ci.sh
365370
shell: bash

0 commit comments

Comments
 (0)