Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Nov 17, 2024
1 parent 918883f commit 54feb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.8
poetry install --with dev,test && poetry run pytest papermerge/
poetry install --with test && poetry run pytest papermerge/
env:
PAPERMERGE__DATABASE__URL: 'sqlite:///test.sqlite'
PAPERMERGE__MAIN__API_PREFIX: ''
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.8
poetry install --with dev,test -E pgsql && poetry run pytest papermerge/
poetry install --with test -E pgsql && poetry run pytest papermerge/
env:
PAPERMERGE__DATABASE__URL: 'postgresql://pmguser:pmgpass@localhost:5432/test_pmgdb'
PAPERMERGE__MAIN__API_PREFIX: ''

0 comments on commit 54feb66

Please sign in to comment.