Skip to content

Social Recovery Module Update #2

Social Recovery Module Update

Social Recovery Module Update #2

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test