Skip to content

Commit

Permalink
github: unset CI for yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Nov 21, 2020
1 parent 6852d56 commit 2b71b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
- run: CI= yarn build

0 comments on commit 2b71b22

Please sign in to comment.