Skip to content

Commit

Permalink
Merge pull request #36 from pkgjs/print-debug
Browse files Browse the repository at this point in the history
Print debug information
  • Loading branch information
dominykas committed Jan 5, 2022
2 parents c30bd3c + a8a4894 commit 4984865
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Print version information
run: |
echo OS: $(node -p "os.version()")
echo Node.js: $(node --version)
echo npm: $(npm --version)
echo git: $(git --version)
- name: Run post-checkout steps
if: ${{ inputs.post-checkout-steps }}
uses: ./.github/tmp/post-checkout-steps
Expand All @@ -163,6 +171,9 @@ jobs:
if: ${{ inputs.post-install-steps }}
uses: ./.github/tmp/post-install-steps

- name: Print installed dependencies
run: npm ls --all
continue-on-error: true

- name: Set environment variables for tests
id: set-env-vars-for-tests
Expand Down

0 comments on commit 4984865

Please sign in to comment.