Skip to content

Commit f6cf6ec

Browse files
committed
test(ci): standardize yarn flags on windows
1 parent a41d29c commit f6cf6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ jobs:
143143
cache: 'yarn'
144144

145145
- name: Install dependencies
146-
run: yarn install --frozen-lockfile --network-timeout 100000 --network-concurrency 1
146+
run: yarn install --frozen-lockfile --ignore-engines --network-timeout 100000 --network-concurrency 1
147147

148148
- name: Download IPFS
149149
run: node electron/download-ipfs
150150

151151
- name: Build React App
152-
run: yarn build
152+
run: CI='' yarn build
153153

154154
- name: Build Electron App
155155
run: yarn electron:build:windows

0 commit comments

Comments
 (0)