Skip to content

Remove lobbyist data from the site (commits to revert inside), add static pages for financial disclosure and lobbyist data #50

Remove lobbyist data from the site (commits to revert inside), add static pages for financial disclosure and lobbyist data

Remove lobbyist data from the site (commits to revert inside), add static pages for financial disclosure and lobbyist data #50

Workflow file for this run

name: CI
on:
push:
branches:
- master
- deploy
pull_request:
branches:
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build containers and run tests
run: |
cp .env.example .env
docker-compose -f docker-compose.yml -f camp_fin/tests/docker-compose.yml run --rm app