Compare commits

...

3 Commits
1.0.4 ... 1.1.1

Author SHA1 Message Date
81838054da Merge pull request #5 from ServerCrow/renovate/pytest-7.x 2024-11-24 15:58:43 +01:00
renovate[bot]
ecccb51625 feat(deps): update dependency pytest to v7.4.4 2024-11-24 14:53:44 +00:00
2c7e0d8641 feat: fixed pipeline 2024-11-24 15:53:18 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ on:
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- dev
env:
REGISTRY: ghcr.io
@@ -51,6 +54,7 @@ jobs:
tag:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write # for the tags
@@ -86,6 +90,7 @@ jobs:
run: git push origin ${{ steps.git_version.outputs.version }}
build_and_push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions: write-all
needs: tag

View File

@@ -2,7 +2,7 @@ certifi==2024.7.4 # Testing
iniconfig==2.0.0 # PyTest Testing
packaging==23.2 # PyTest Testing
pluggy==1.3.0 # PyTest Testing
pytest==7.4.3 # PyTest Testing
pytest==7.4.4 # PyTest Testing
click==8.1.7 # Uvicorn
httptools==0.6.4 # Uvicorn