Skip to content

Commit

Permalink
Add test debug lines for node and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw committed Oct 13, 2023
1 parent 1f29df1 commit 1b977cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/ci/scripts/exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ main() {
cat src/test/resources/gradle/liberty.gradle.test.wrapper.app/build/wlp/usr/servers/defaultServer/logs/messages.log
fi

echo "DEBUG: Node.js version:\n"
node -v
echo "DEBUG: npm version:\n"
npm -v
echo "DEBUG: Environment variables:\n"
env

Expand Down

0 comments on commit 1b977cb

Please sign in to comment.