Skip to content

Commit

Permalink
Hide npm package funding requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Dec 12, 2024
1 parent b674088 commit b8165e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/install-testmo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- shell: bash
run: |-
if ! npx testmo --help &> /dev/null; then
npm install --global @testmo/testmo-cli
npm install --global --no-fund @testmo/testmo-cli
echo "install-testmo - installed testmo-cli $(npx testmo --version)"
else
echo "install-testmo - testmo-cli $(npx testmo --version) already installed"
Expand Down

0 comments on commit b8165e7

Please sign in to comment.