Skip to content

Commit 1548bd8

Browse files
committed
feat: postgresql task store
1 parent dc6e626 commit 1548bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set postgres for tests
4141
run: |
4242
sudo apt-get update && sudo apt-get install -y postgresql-client
43-
psql -h localhost -p 5432 -U postgres -d a2a_test -f ${{ github.workspace }}/docker/postgres/init.sql
43+
PGPASSWORD=postgres psql -h localhost -p 5432 -U postgres -d a2a_test -f ${{ github.workspace }}/docker/postgres/init.sql
4444
export POSTGRES_TEST_DSN="postgresql://postgres:postgres@localhost:5432/a2a_test"
4545
4646
- name: Install uv

0 commit comments

Comments
 (0)