We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457235 commit b308f91Copy full SHA for b308f91
.github/workflows/unit-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
sudo apt-get update && sudo apt-get install -y postgresql-client
37
PGPASSWORD=postgres psql -h localhost -p 5432 -U postgres -d a2a_test -f ${{ github.workspace }}/tests/docker/postgres/init.sql
38
- export POSTGRES_TEST_DSN="postgresql+asyncpg://postgres:postgres@localhost:5432/a2a_test"
+ echo "POSTGRES_TEST_DSN=postgresql+asyncpg://postgres:postgres@localhost:5432/a2a_test" >> $GITHUB_ENV
39
40
- name: Install uv
41
uses: astral-sh/setup-uv@v6
0 commit comments