Skip to content

Commit

Permalink
Add 'install-testmo' action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jun 12, 2024
1 parent 98503fb commit d5a0007
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions actions/install-testmo/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Install Testmo CLI tool
description: Install Testmo including requirements (Node.js)

runs:
using: composite
steps:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- shell: bash
run: |
npm install --global @testmo/testmo-cli

0 comments on commit d5a0007

Please sign in to comment.