Skip to content

updated test workflow #4

updated test workflow

updated test workflow #4

Workflow file for this run

name: test project
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: get code
uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- name: run tests
run: npm test