Skip to content

test: update test command and add coverage command (#67) #3

test: update test command and add coverage command (#67)

test: update test command and add coverage command (#67) #3

Workflow file for this run

name: "Test Suite: Linter"
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
if: github.repository == 'twilio-labs/plugin-token'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: current
- name: Run npm install
run: npm install
- name: Run npm run test
run: npm run test