Skip to content

Build(deps): bump importlib-metadata from 6.6.0 to 6.7.0 (#508) #1584

Build(deps): bump importlib-metadata from 6.6.0 to 6.7.0 (#508)

Build(deps): bump importlib-metadata from 6.6.0 to 6.7.0 (#508) #1584

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
name: Linting
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v3
- name: Check with black, pylint and pontos.version
uses: greenbone/actions/lint-python@v2
with:
version: ${{ matrix.python-version }}
packages: notus tests
test:
name: Run all tests
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v2
with:
version: ${{ matrix.python-version }}
- name: Run unit tests
run: poetry run python -m unittest