mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 02:08:24 -05:00
ci: print more info in the "info" step
This commit is contained in:
parent
3f0d6f4239
commit
26da869f61
1 changed files with 9 additions and 3 deletions
12
.github/workflows/ci-cd.yml
vendored
12
.github/workflows/ci-cd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue