Skip to content

Add the Enhanced CPS #29

Add the Enhanced CPS

Add the Enhanced CPS #29

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
env:
POLICYENGINE_US_DATA_GITHUB_TOKEN: ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
run: docker run policyengine-us-data:latest