Add debug info

This commit is contained in:
Norbert Renner 2023-02-22 18:56:38 +01:00 committed by GitHub
parent 6cfcfa57da
commit e533a027fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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