Skip to content

fix: Added platforms field to build images' result #155

fix: Added platforms field to build images' result

fix: Added platforms field to build images' result #155

name: Verify firestarter workflows python package
on:
pull_request:
paths:
- 'firestarter/**'
types:
- opened
- synchronize
- reopened
jobs:
unit-tests-firestarter-python-package:
runs-on: ubuntu-24.04
name: Firestartr / Verify
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: 'poetry'
- name: Install dependencies
run: |
poetry install --all-extras
- name: Run tests
run: |
poetry run pytest