This commit is contained in:
2025-10-07 08:32:52 +02:00
parent 6ad98fee4c
commit 68d4fc9a36
20 changed files with 36 additions and 45 deletions

View File

@@ -6,7 +6,7 @@ on:
- main
jobs:
on-success:
Unit-Test:
runs-on: ubuntu-latest
steps:
@@ -28,10 +28,4 @@ jobs:
# 6. Run unit tests
- name: Run pytest
run: pytest
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
run: pytest