Skip to content

ci: fix run command to include npm #2

ci: fix run command to include npm

ci: fix run command to include npm #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '14.x'
- name: Install dependencies and Run Tests
run: npm clean-install-test