Skip to content

Merge branch 'master' of https://github.com/nexys-system/user-managem… #189

Merge branch 'master' of https://github.com/nexys-system/user-managem…

Merge branch 'master' of https://github.com/nexys-system/user-managem… #189

Workflow file for this run

name: Build and Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
- run: yarn test
- run: yarn build