Skip to content

Commit 1267f1d

Browse files
committed
Tweak CI test setup
1 parent a029b63 commit 1267f1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/yarn_test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- name: install yarn app
20+
- name: install yarn
2121
run: |
2222
cd apps/nowcasting-app
2323
yarn install
24+
- name: build & start app
25+
run: |
26+
cd apps/nowcasting-app
27+
yarn build
2428
- name: run tests
2529
run: |
2630
cd apps/nowcasting-app
27-
yarn build && yarn start & sleep 5 && yarn test --coverage --coverageDirectory=../..
31+
yarn start & sleep 5 && yarn test --coverage --coverageDirectory=../..

0 commit comments

Comments
 (0)