Skip to content

Commit

Permalink
mess with environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos committed Aug 29, 2024
1 parent 6954b80 commit 98c52e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
PIPENV_VENV_IN_PROJECT: true
DB_HOST: localhost
DB_USER: postgres
USERNAME: root
- image: cimg/postgres:16.4
environment:
POSTGRES_USER: postgres
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["main"]

env:
DB_HOST: localhost

jobs:
unittest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98c52e3

Please sign in to comment.