Skip to content

299 updateds constants to fix ACS social control total population gra… #423

299 updateds constants to fix ACS social control total population gra…

299 updateds constants to fix ACS social control total population gra… #423

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Testing ...
runs-on: ubuntu-22.04
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
services:
db:
image: postgres:15
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18.17.1'
- run: yarn install
- run: yarn migrate
- run: yarn test