Skip to content

Merge pull request #214 from cfpb/dependabot/npm_and_yarn/express-4.19.2 #75

Merge pull request #214 from cfpb/dependabot/npm_and_yarn/express-4.19.2

Merge pull request #214 from cfpb/dependabot/npm_and_yarn/express-4.19.2 #75

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies with Yarn
run: ./setup.sh
- name: Lint code
run: gulp lint --ci
- name: Run unit tests
run: gulp test