Skip to content

Commit

Permalink
Update api-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk authored Oct 24, 2023
1 parent 3059d6d commit 651ed23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
EMAIL_USERNAME: ${{ secrets.EMAIL_USERNAME }}
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
TEST_DATABASE_URL: "postgresql://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@postgres:5432/${{ secrets.POSTGRES_DB }}"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 651ed23

Please sign in to comment.