Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 13, 2024
1 parent 48206f3 commit e0b3ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jobs:
uses: docker://node:20-bookworm-slim
env:
DO_WRITE_HOSTS_FILE: "1"
LEMMY_DATABASE_URL: ${{ env.CONTAINER_DATABASE_URL }}
LEMMY_DATABASE_URL: postgres://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@database:5432
with:
args: ./.github/scripts/run-federation-tests.sh

0 comments on commit e0b3ead

Please sign in to comment.