Skip to content

Standardize test_registry_url_invalid_encoding match pattern #30

Standardize test_registry_url_invalid_encoding match pattern

Standardize test_registry_url_invalid_encoding match pattern #30

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.12
- run: pip install poetry
- run: poetry install
- run: poetry run make test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: make test-docker