Skip to content

Commit

Permalink
ci: Add .env-ci-testmon to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Dec 15, 2023
1 parent 9b261fc commit 23e8af8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ checkstyle.txt
.env*
!.env-local
!.env-ci
!.env-ci-testmon
.direnv
.envrc
.tool-versions
Expand Down
3 changes: 3 additions & 0 deletions api/.env-ci-testmon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
ANALYTICS_DATABASE_URL=postgres://postgres:postgres@localhost:5432/analytics
PYTEST_ADDOPTS=--cov . --cov-report xml --dist worksteal --testmon

0 comments on commit 23e8af8

Please sign in to comment.