fix
This commit is contained in:
parent
2cea1bb7d9
commit
6a52accbd6
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -12,14 +12,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: cargo install zkutil
|
- run: cargo install zkutil
|
||||||
- run: yarn circuit
|
- run: yarn circuit
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
# - name: Telegram Failure Notification
|
# - name: Telegram Failure Notification
|
||||||
# uses: appleboy/telegram-action@0.0.7
|
# uses: appleboy/telegram-action@0.0.7
|
||||||
# if: failure()
|
# if: failure()
|
||||||
|
Loading…
Reference in New Issue
Block a user