Skip to content

Added some resp tests #5

Added some resp tests

Added some resp tests #5

name: Testing Script
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
jobs:
chai-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run test