workflow debug
This commit is contained in:
parent
e8e1384b65
commit
02d64f67de
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -2,8 +2,8 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['*']
|
branches: [ '*' ]
|
||||||
tags: ['v[0-9]+.[0-9]+.[0-9]+']
|
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- run: yarn install
|
- run: yarn install --skip-integrity-check
|
||||||
# - run: yarn test
|
# - run: yarn test
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- name: Telegram Failure Notification
|
- name: Telegram Failure Notification
|
||||||
|
Loading…
Reference in New Issue
Block a user