mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
github: unset CI for yarn build
Work around https://github.com/facebook/create-react-app/issues/9987
This commit is contained in:
committed by
David Lechner
parent
6852d56316
commit
2b71b22ffe
@@ -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
|
||||
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: yarn build
|
||||
- run: CI= yarn build
|
||||
|
||||
Reference in New Issue
Block a user