Add debug info
This commit is contained in:
parent
6cfcfa57da
commit
e533a027fc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -16,6 +16,10 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
- run: |
|
||||||
|
echo "actor: ${{ github.github.actor }}"
|
||||||
|
echo "event_name: ${{ github.event_name }}"
|
||||||
|
echo "result: ${{ !('renovate' == 'renovate' && 'pull_request' == 'pull_request') }}"
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue