Skip to content

DESENG-691 Update forest planning URL #49

DESENG-691 Update forest planning URL

DESENG-691 Update forest planning URL #49

Workflow file for this run

name: Lint and Test LUP Admin
on:
pull_request:
branches:
- dev
jobs:
static_checks:
if: github.repository_owner == 'bcgov' && github.event.pull_request.draft == false
timeout-minutes: 8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install packages
run: npm install
- name: Run ESLint
run: npm run lint
- name: Run Tests
run: npm run tests -- --watch=false --browsers=ChromeHeadless