Skip to content

Add record for East Tremont Corridor special district to environment.js #602

Add record for East Tremont Corridor special district to environment.js

Add record for East Tremont Corridor special district to environment.js #602

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test:
name: Tests
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: test
run: yarn test