workflow debug

This commit is contained in:
smart_ex 2022-07-04 20:26:58 +10:00
parent e8e1384b65
commit 02d64f67de

View File

@ -2,8 +2,8 @@ name: build
on:
push:
branches: ['*']
tags: ['v[0-9]+.[0-9]+.[0-9]+']
branches: [ '*' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
pull_request:
jobs:
@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn install --skip-integrity-check
# - run: yarn test
- run: yarn lint
- name: Telegram Failure Notification