Skip to content

Commit 2b71b22

Browse files
committed
github: unset CI for yarn build
Work around facebook/create-react-app#9987
1 parent 6852d56 commit 2b71b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Build
2626
if: ${{ success() }}
27-
run: yarn build
27+
run: CI= yarn build
2828
- name: Install lftp
2929
if: ${{ success() }}
3030
run: sudo apt-get update && sudo apt-get install --yes lftp

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: coverallsapp/github-action@master
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
33-
- run: yarn build
33+
- run: CI= yarn build

0 commit comments

Comments
 (0)