Skip to content

Commit

Permalink
set database url for ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cflipse committed Nov 14, 2024
1 parent 277209c commit 8e3f5f6
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 @@ -31,6 +31,7 @@ jobs:
COVERAGE: "${{matrix.coverage}}"
COVERAGE_TOKEN: "${{secrets.CODACY_PROJECT_TOKEN}}"
APT_DEPS: libpq-dev libmysqlclient-dev libsqlite3-dev
DATABASE_URL: "postgres://runner@localhost:5432"
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 8e3f5f6

Please sign in to comment.