Skip to content

Commit

Permalink
Fix CI test and make test
Browse files Browse the repository at this point in the history
Otherwise pytest would try to run integration tests outside of the container
  • Loading branch information
kraktus committed Oct 19, 2024
1 parent 0cf9e04 commit cceb172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
container: ubuntu:22.04
services:
lila:
bdit_lila:
image: ghcr.io/lichess-org/lila-docker:main
options: --restart=always
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup: ## setup poetry env and install dependencies
poetry install --with dev

test: ## run tests with pytest
poetry run pytest
poetry run pytest tests

test_record: ## run tests with pytest and record http requests
poetry run pytest --record-mode=once
Expand Down

0 comments on commit cceb172

Please sign in to comment.