Skip to content

Commit 0aa80a9

Browse files
committed
ci: Use bash as shell, debug envinfo
1 parent f552a30 commit 0aa80a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v2
3232

3333
- name: Git log
34+
shell: bash
3435
run: |
3536
if [ -n "$(git log --format=%B -n 1 | grep -iE '^[0-9]+[.]{1,}[0-9]+[.]{1,}[0-9]+')" ]; then
3637
echo '::set-env name=CI_SKIP::true'
@@ -46,7 +47,7 @@ jobs:
4647
if: "env.CI_SKIP == 'false'"
4748
continue-on-error: true
4849
run: |
49-
node -v && npm version && which npm && pwd && npx envinfo
50+
node -v && npm version && which npm && pwd && ENVINFO_DEBUG=trace npx envinfo
5051
5152
- name: Install dependencies
5253
if: "env.CI_SKIP == 'false'"

0 commit comments

Comments
 (0)