Skip to content

updated test workflow #3

updated test workflow

updated test workflow #3

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
runs: npm ci
- name: run tests
runs: npm test