We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6852d56 commit 2b71b22Copy full SHA for 2b71b22
.github/workflows/build-dev.yml
@@ -24,7 +24,7 @@ jobs:
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
- name: Build
26
if: ${{ success() }}
27
- run: yarn build
+ run: CI= yarn build
28
- name: Install lftp
29
30
run: sudo apt-get update && sudo apt-get install --yes lftp
.github/workflows/test-pull-request.yml
@@ -30,4 +30,4 @@ jobs:
uses: coverallsapp/github-action@master
31
with:
32
33
- - run: yarn build
+ - run: CI= yarn build
0 commit comments