From d5a0007f08137f5d9b9ffdacad31613859d3e6aa Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Wed, 12 Jun 2024 19:31:01 +0000 Subject: [PATCH] Add 'install-testmo' action --- actions/install-testmo/action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 actions/install-testmo/action.yml diff --git a/actions/install-testmo/action.yml b/actions/install-testmo/action.yml new file mode 100644 index 0000000..32edf22 --- /dev/null +++ b/actions/install-testmo/action.yml @@ -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