From 6e0bf0a31c648a79834dead1e71a0aaea8131c14 Mon Sep 17 00:00:00 2001 From: Christa Hartsock Date: Tue, 5 Jul 2022 11:31:42 -0700 Subject: [PATCH] Run tests in CI --- .github/workflows/checks.yml | 2 +- sample.env | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f339bf40b..4bab5d232 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,7 +29,7 @@ jobs: with: python-version: "3.9" - name: Install dependencies - run: make bootstrap-with-docker + run: make bootstrap # - name: Run style checks # run: flake8 . # - name: Check imports alphabetized diff --git a/sample.env b/sample.env index 9e9ccedd1..c398cc65d 100644 --- a/sample.env +++ b/sample.env @@ -32,10 +32,6 @@ API_HOST_NAME=http://0.0.0.0:6011 REDIS_URL=redis://redis:6380 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_REGION=us-west-2 AWS_ACCESS_KEY_ID=