Skip to content

Commit

Permalink
Expand output
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Dec 12, 2024
1 parent 64bc316 commit b121575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/install-testmo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ runs:
NEEDS_NODE=0
if ! command -v node; then
NEEDS_NODE=1
echo "install-testmo - latest Node.js LTS will be installed via actions/setup-node"
else
echo "install-testmo - Node.js $(node --version) already installed"
fi
Expand All @@ -25,6 +26,7 @@ runs:
run: |-
if ! npx testmo --help &> /dev/null; then
npm install --global @testmo/testmo-cli
echo "install-testmo - installed testmo-cli $(npx testmo --version)"
else
echo "install-testmo - testmo-cli $(npx testmo --version) already installed"
fi

0 comments on commit b121575

Please sign in to comment.