Skip to content

test failed

test failed #5

Workflow file for this run

name: Pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
pytest_39:
uses: ./.github/workflows/pytest-3.9.yml
pytest_311:
uses: ./.github/workflows/pytest-3.11.yml
release-on-success:
needs: [pytest_39, pytest_311]
if: ${{ github.repository == 'Mips2648/jeedom-daemon-py'}}
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}