This commit is contained in:
poma 2021-02-02 16:06:31 +03:00
parent 2cea1bb7d9
commit 6a52accbd6
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 8 additions and 8 deletions

View File

@ -12,14 +12,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: cargo install zkutil
- run: yarn circuit
- run: yarn test
- run: yarn lint
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: cargo install zkutil
- run: yarn circuit
- run: yarn test
- run: yarn lint
# - name: Telegram Failure Notification
# uses: appleboy/telegram-action@0.0.7
# if: failure()