Skip to content

Update tests for secondment role #20

Update tests for secondment role

Update tests for secondment role #20

Workflow file for this run

name: Lint Test
on: [push]
jobs:
Lint-And-Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Lint and test
run: |
npm install
npm run lint
npm run test
- run: echo "Winner winner 🐓 dinner"