Skip to content

Commit

Permalink
ci: fix static and db creds
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Skogberg <1674100+tskogberg@users.noreply.github.com>
  • Loading branch information
ulfurinn and tskogberg committed Aug 6, 2024
1 parent a97a999 commit 56b9222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
MIX_ENV: test
PGHOST: localhost
PGPASS: test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test
services:
postgres:
image: postgres:${{ needs.versions.outputs.postgres }}-alpine
Expand Down
Empty file added priv/static/.keep
Empty file.

0 comments on commit 56b9222

Please sign in to comment.