Update connect-desktop-ci.yml

This commit is contained in:
Mark Sinclair
2023-07-05 15:56:31 +01:00
committed by GitHub
parent e17ae9dce0
commit 90cc68435c
+7 -1
View File
@@ -23,8 +23,14 @@ jobs:
node-version: 18
- name: Install Yarn
run: npm install -g yarn
- run: yarn
- name: Install project dependencies
run: cd ../.. && yarn --network-timeout 100000
- name: Install app dependencies
run: yarn
continue-on-error: true
- name: Set environment from the example
run: cp .env.sample .env
- run: yarn storybook:build