Skip to content

Commit 19599c7

Browse files
committed
test
1 parent 34bf819 commit 19599c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

104-
- name: Install testrepo deps
105-
run: cd rewatch/testrepo && yarn install
106-
107104
- name: Install dependencies (Linux)
108105
if: runner.os == 'Linux'
109106
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
@@ -360,6 +357,9 @@ jobs:
360357
if: runner.os != 'Windows'
361358
run: make -C tests/gentype_tests/typescript-react-example clean test
362359

360+
- name: Install testrepo deps
361+
run: cd rewatch/testrepo && yarn install
362+
363363
- name: Run rewatch tests
364364
run: ./rewatch/tests/suite-ci.sh
365365
shell: bash

0 commit comments

Comments
 (0)