There was an error while loading. Please reload this page.
1 parent f552a30 commit 0aa80a9Copy full SHA for 0aa80a9
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: actions/checkout@v2
32
33
- name: Git log
34
+ shell: bash
35
run: |
36
if [ -n "$(git log --format=%B -n 1 | grep -iE '^[0-9]+[.]{1,}[0-9]+[.]{1,}[0-9]+')" ]; then
37
echo '::set-env name=CI_SKIP::true'
@@ -46,7 +47,7 @@ jobs:
46
47
if: "env.CI_SKIP == 'false'"
48
continue-on-error: true
49
- node -v && npm version && which npm && pwd && npx envinfo
50
+ node -v && npm version && which npm && pwd && ENVINFO_DEBUG=trace npx envinfo
51
52
- name: Install dependencies
53
0 commit comments