Allows using different ways to retrieve hosts IP address
This commit is contained in:
parent
97cf1a8f5c
commit
84558826fb
15 changed files with 861 additions and 710 deletions
|
|
@ -3,14 +3,14 @@ when:
|
|||
|
||||
steps:
|
||||
- name: python tests
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
image: ghcr.io/astral-sh/uv:python3.11-alpine
|
||||
commands:
|
||||
- uv sync --group ci
|
||||
- uv run -- coverage run --module unittest
|
||||
- uv run -- coverage report
|
||||
|
||||
- name: code formatting & linting
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
image: ghcr.io/astral-sh/uv:python3.11-alpine
|
||||
commands:
|
||||
- uv sync
|
||||
- uv run -- ruff format --diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue