ci: print more info in the "info" step
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
Transifex Push / transifex-push (push) Waiting to run

This commit is contained in:
Christopher Willis-Ford 2024-11-12 08:12:56 -08:00
parent d4cd72d6b3
commit 74a60562ff

View file

@ -47,9 +47,15 @@ jobs:
node-version-file: '.nvmrc'
- name: info
run: |
echo "Scratch environment: ${{ vars.SCRATCH_ENV }}"
echo "Node version: $(node --version)"
echo "NPM version: $(npm --version)"
cat <<EOF
Scratch environment: ${{ vars.SCRATCH_ENV }}
Node version: $(node --version)
NPM version: $(npm --version)
github.workflow: ${{ github.workflow }}
github.event.pull_request.head.label: ${{ github.event.pull_request.head.label }}
github.head_ref: ${{ github.head_ref }}
github.ref: ${{ github.ref }}
EOF
- name: setup
run: |
npm --production=false ci