Skip to content

fix: issues with merge #5

fix: issues with merge

fix: issues with merge #5

Workflow file for this run

name: Dev CI
on:
push:
branches-ignore:
- master
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test