Skip to content

Commit d20cf6d

Browse files
committed
Temporarily deactivate rewatch tests during compiler build
1 parent f9e361f commit d20cf6d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ jobs:
101101
- name: Install npm packages
102102
run: yarn install
103103

104-
- name: Install testrepo deps
105-
run: cd rewatch/testrepo && yarn install
104+
# Temporarily deactivated
105+
# - name: Install testrepo deps
106+
# run: cd rewatch/testrepo && yarn install
106107

107108
- name: Install dependencies (Linux)
108109
if: runner.os == 'Linux'
@@ -360,9 +361,10 @@ jobs:
360361
if: runner.os != 'Windows'
361362
run: make -C tests/gentype_tests/typescript-react-example clean test
362363

363-
- name: Run rewatch tests
364-
run: ./rewatch/tests/suite-ci.sh
365-
shell: bash
364+
# Temporarily deactivated
365+
# - name: Run rewatch tests
366+
# run: ./rewatch/tests/suite-ci.sh
367+
# shell: bash
366368

367369
- name: Run syntax benchmarks
368370
if: matrix.benchmarks

0 commit comments

Comments
 (0)