Skip to content

Commit

Permalink
Add missing DATABASE_URL in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Oct 16, 2023
1 parent 6aaccfe commit e4f928f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ jobs:
tox -e ${{ matrix.toxenv }}
env:
TOXENV: ${{ matrix.toxenv }}
DATABASE_URL: postgres://postgres:postgres@localhost/wagtail_ab_testing
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e4f928f

Please sign in to comment.