Skip to content

feat(password-reset): adding validate code method at the controller #79

feat(password-reset): adding validate code method at the controller

feat(password-reset): adding validate code method at the controller #79

Workflow file for this run

name: Unit-tests
on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Unit Test
run: |
npm install
npm run test