github: unset CI for yarn build

Work around https://github.com/facebook/create-react-app/issues/9987
This commit is contained in:
David Lechner
2020-11-20 22:11:07 -06:00
committed by David Lechner
parent 6852d56316
commit 2b71b22ffe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
if: ${{ success() }}
run: yarn build
run: CI= yarn build
- name: Install lftp
if: ${{ success() }}
run: sudo apt-get update && sudo apt-get install --yes lftp
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
- run: CI= yarn build