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 94bc502 commit 7b1690a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/zango-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
- name: Set up environment variables
shell: bash
run: |
echo "
POSTGRES_USER=postgres
POSTGRES_PASSWORD=mysecretpassword
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
PLATFORM_DOMAIN_URL=localhost
" >> backend/test_project/.env
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

# Step 5: Run tests
- name: Run tests
Expand Down

0 comments on commit 7b1690a

Please sign in to comment.