Skip to content

bump version to 0.8.1 #34

bump version to 0.8.1

bump version to 0.8.1 #34

Workflow file for this run

name: unittest
on:
release:
types: [published]
workflow_dispatch:
push:
branches:
- main
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: '1.3.2'
- name: Test
run: |
poetry install
make setup-integration
export UNITTEST_REGISTRY_HOST=http://localhost:5000
poetry run pytest --cov=moby_distribution