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 34bf819 commit 19599c7Copy full SHA for 19599c7
.github/workflows/ci.yml
@@ -101,9 +101,6 @@ jobs:
101
- name: Install npm packages
102
run: yarn install
103
104
- - name: Install testrepo deps
105
- run: cd rewatch/testrepo && yarn install
106
-
107
- name: Install dependencies (Linux)
108
if: runner.os == 'Linux'
109
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
@@ -360,6 +357,9 @@ jobs:
360
357
if: runner.os != 'Windows'
361
358
run: make -C tests/gentype_tests/typescript-react-example clean test
362
359
+ - name: Install testrepo deps
+ run: cd rewatch/testrepo && yarn install
+
363
- name: Run rewatch tests
364
run: ./rewatch/tests/suite-ci.sh
365
shell: bash
0 commit comments