Skip to content

core: add E2E for Zot registry (#2) #26

core: add E2E for Zot registry (#2)

core: add E2E for Zot registry (#2) #26

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Poetry
run: |
pipx install poetry
- name: Install dependencies
run: |
poetry install
- name: Run tests
run: |
poetry run pytest -s -x