Skip to content

Make HW revision support optional for RAUC #216

Make HW revision support optional for RAUC

Make HW revision support optional for RAUC #216

Workflow file for this run

name: E2E Tests
on:
pull_request:
permissions:
contents: read
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.13
cache: pip
- name: Install poetry
uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1
- name: Install dependencies
run: poetry install --with tests
- name: Run tests
run: poetry run pytest -v tests/e2e/