workflow debug

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

@ -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