File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,9 @@ jobs:
101
101
- name : Install npm packages
102
102
run : yarn install
103
103
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
106
107
107
108
- name : Install dependencies (Linux)
108
109
if : runner.os == 'Linux'
@@ -360,9 +361,10 @@ jobs:
360
361
if : runner.os != 'Windows'
361
362
run : make -C tests/gentype_tests/typescript-react-example clean test
362
363
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
366
368
367
369
- name : Run syntax benchmarks
368
370
if : matrix.benchmarks
You can’t perform that action at this time.
0 commit comments