Skip to content

Commit

Permalink
Update GA test
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Jul 8, 2022
1 parent 2cef37e commit 3481a3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Setup full resolver Docker
working-directory: ./docker
run: |
docker compose --profile full up
run: docker compose --profile full up

- name: Setup Python environment
working-directory: ./tests/pytest
Expand All @@ -48,4 +47,4 @@ jobs:
working-directory: ./tests/pytest
run: |
set -euo pipefail
pytest -v -rP *.py
pytest -v -rP ./*.py

0 comments on commit 3481a3e

Please sign in to comment.