1
0

Python testing pipeline
Some checks failed
Build container / Python-Test (push) Failing after 20s
Build container / Python-Package (push) Failing after 19s
Build container / Container-Package (push) Failing after 17s

This commit is contained in:
Jon Michael Aanes 2024-05-22 23:15:39 +02:00
parent 95a2f7a010
commit 7cfd5ed51b
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -4,13 +4,18 @@ on:
push
jobs:
Package-Python:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.03
Python-Test:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
Package-Container:
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.03
Python-Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
Container-Package:
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.21
secrets:
DOCKER_USERNAME: ${{ secrets.PIPY_REPO_USER }}
DOCKER_PASSWORD: ${{ secrets.PIPY_REPO_PASS }}