mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update project deps
This commit is contained in:
parent
33c8d2d76e
commit
b5cf33d2e4
12
.github/workflows/build-and-test.yml
vendored
12
.github/workflows/build-and-test.yml
vendored
@ -43,12 +43,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||||
run: poetry install --no-interaction --no-root
|
run: poetry install --no-interaction --no-root
|
||||||
- name: Test with Coverage
|
- name: Test
|
||||||
run: poetry run pytest --cov=. --cov-report=xml
|
run: poetry run pytest
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: coverage-xml
|
|
||||||
path: coverage.xml
|
|
||||||
env:
|
env:
|
||||||
PYTHONDONTWRITEBYTECODE: 1
|
PYTHONDONTWRITEBYTECODE: 1
|
||||||
PYTHONUNBUFFERED: 1
|
PYTHONUNBUFFERED: 1
|
||||||
@ -56,7 +52,5 @@ jobs:
|
|||||||
SQL_HOST: 127.0.0.1
|
SQL_HOST: 127.0.0.1
|
||||||
SQL_USER: user
|
SQL_USER: user
|
||||||
POSTGRES_PASSWORD: secret
|
POSTGRES_PASSWORD: secret
|
||||||
PGPASSWORD: secret
|
|
||||||
POSTGRES_USER: user
|
|
||||||
POSTGRES_DB: testdb
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user