Skip to content

Bump @types/mocha from 10.0.2 to 10.0.3 #57

Bump @types/mocha from 10.0.2 to 10.0.3

Bump @types/mocha from 10.0.2 to 10.0.3 #57

name: Unit Testing and SonarCloud
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-and-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test