Run tests in CI

This commit is contained in:
Christa Hartsock
2022-07-05 11:31:42 -07:00
parent af6495cd4c
commit 6e0bf0a31c
2 changed files with 1 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ jobs:
with: with:
python-version: "3.9" python-version: "3.9"
- name: Install dependencies - name: Install dependencies
run: make bootstrap-with-docker run: make bootstrap
# - name: Run style checks # - name: Run style checks
# run: flake8 . # run: flake8 .
# - name: Check imports alphabetized # - name: Check imports alphabetized

View File

@@ -32,10 +32,6 @@ API_HOST_NAME=http://0.0.0.0:6011
REDIS_URL=redis://redis:6380 REDIS_URL=redis://redis:6380
REDIS_ENABLED=1 REDIS_ENABLED=1
# DB conection string, this is overriden in jenkins and on cloudfoundry
SQLALCHEMY_DATABASE_URI=postgresql://postgres:chummy@db:5432/notification_api
SQLALCHEMY_DATABASE_TEST_URI=postgresql://postgres:chummy@db:5432/test_notification_api
# AWS # AWS
AWS_REGION=us-west-2 AWS_REGION=us-west-2
AWS_ACCESS_KEY_ID= AWS_ACCESS_KEY_ID=