Skip to content

Commit

Permalink
Merge pull request #787 from AlmaLinux/new-workflow-vars
Browse files Browse the repository at this point in the history
Additional variable for tests
  • Loading branch information
Korulag authored Apr 10, 2024
2 parents 00d983d + 953f1b1 commit ce64d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
echo FASTAPI_SQLA__PULP__SQLALCHEMY_POOL_RECYCLE=3600 >> ./vars.env
echo FASTAPI_SQLA__ASYNC__SQLALCHEMY_URL="postgresql+asyncpg://postgres:password@db/test-almalinux-bs" >> ./vars.env
echo FASTAPI_SQLA__ASYNC__SQLALCHEMY_ECHO_POOL=True >> ./vars.env
echo FASTAPI_SQLA__TEST__SQLALCHEMY_URL="postgresql+asyncpg://postgres:password@db/test-almalinux-bs" >> ./vars.env
echo SQLALCHEMY_URL="postgresql+psycopg2://postgres:password@db/test-almalinux-bs" >> ./vars.env
echo SQLALCHEMY_POOL_PRE_PING=True >> ./vars.env
echo SQLALCHEMY_POOL_RECYCLE=3600 >> ./vars.env
Expand Down

0 comments on commit ce64d0a

Please sign in to comment.