Skip to content

[TM-1481] Add the framework and associated admin user role for the EPA Ghana Pilot #1204

[TM-1481] Add the framework and associated admin user role for the EPA Ghana Pilot

[TM-1481] Add the framework and associated admin user role for the EPA Ghana Pilot #1204

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install modules
run: yarn
- name: Test
run: yarn run jest --ci