Skip to content

Update angular monorepo to v17 #247

Update angular monorepo to v17

Update angular monorepo to v17 #247

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