Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Aug 8, 2024
1 parent 7b1690a commit 292ae22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/zango-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
shell: bash
run: |
cat <<EOF > backend/test_project/.env
POSTGRES_USER=postgres
POSTGRES_PASSWORD=mysecretpassword
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
PLATFORM_DOMAIN_URL=localhost
EOF
POSTGRES_USER=postgres
POSTGRES_PASSWORD=mysecretpassword
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
PLATFORM_DOMAIN_URL=localhost
EOF
# Step 5: Run tests
- name: Run tests
Expand Down

0 comments on commit 292ae22

Please sign in to comment.