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:
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
You can’t perform that action at this time.
0 commit comments