mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Run tests in CI
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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=
|
||||||
|
|||||||
Reference in New Issue
Block a user