Skip to content

Commit

Permalink
fix: directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jan 1, 2025
1 parent d9e3125 commit 680caa4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
ports:
- 5432:5432
env:
POSTGRES_DB: db
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: change-password
POSTGRES_PASSWORD: postgres
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -29,4 +29,7 @@ jobs:
- name: Run tests
env:
DATABASE_HOST: localhost
run: uv run -- pytest .
DATABASE_USER: postgres
DATABASE_PASSWORD: postgres
DATABASE_NAME: postgres
run: cd backend && uv run -- pytest .

0 comments on commit 680caa4

Please sign in to comment.