Skip to content

removed family 6 to redis tests initializer #14

removed family 6 to redis tests initializer

removed family 6 to redis tests initializer #14

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test