mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
@@ -24,7 +24,7 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
if: ${{ success() }}
|
||||
run: CI= yarn build
|
||||
run: 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: CI= yarn build
|
||||
- run: yarn build
|
||||
|
||||
Reference in New Issue
Block a user