Skip to content

Add the Enhanced CPS #27

Add the Enhanced CPS

Add the Enhanced CPS #27

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build docker image
run: make docker
- name: Run docker image
run: docker run policyengine-us-data:latest