Skip to content

Update dependency express to v4.19.2 [SECURITY] #253

Update dependency express to v4.19.2 [SECURITY]

Update dependency express to v4.19.2 [SECURITY] #253

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Runs Tests within Docker Instance
run: |
docker build -f test.Dockerfile -t angular-georgecolgrove-testbed .
docker run angular-georgecolgrove-testbed
env:
CI: true