Skip to content

Commit

Permalink
fix(ci): fix missing DATABASE_URL for development config
Browse files Browse the repository at this point in the history
  • Loading branch information
richardnguyen99 committed Dec 28, 2023
1 parent b1e6c09 commit bae83f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Run tests
env:
DATABASE_URL: ${{ secrets.TEST_DATABASE_URL }}
TEST_DATABASE_URL: ${{ secrets.TEST_DATABASE_URL }}
CACHE_TYPE: redis
CACHE_REDIS_URL: redis://redis:6379/0
Expand Down

0 comments on commit bae83f9

Please sign in to comment.