Skip to content

adds back the tree maintenance profile view post maintenance form submit #322

adds back the tree maintenance profile view post maintenance form submit

adds back the tree maintenance profile view post maintenance form submit #322

Workflow file for this run

name: Tests CI ✅
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm ci --omit=optional
npm test