Skip to content

node: support for useful properties accessor #3

node: support for useful properties accessor

node: support for useful properties accessor #3

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0
name: Python Unit Tests
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
- 'tox.ini'
- '.github/workflows/unittest.yml'
pull_request:
paths:
- 'src/**'
- 'tests/**'
- 'tox.ini'
- '.github/workflows/unittest.yml'
jobs:
unittest:
strategy:
matrix:
version: ['3.10', '3.11', '3.12']
uses: outpost-os/pipeline-python/.github/workflows/unittest.yml@v1
with:
python-version: ${{ matrix.version }}
secrets: inherit