ci: Fail tests if version discovery fails

This commit is contained in:
Mike A.
2024-09-03 19:46:29 +02:00
parent 48965e725f
commit 5d0513f250

View File

@@ -20,9 +20,7 @@ jobs:
- id: supported-versions
name: Get supported versions
run: |
set -e
echo "py-versions=$(poetry run ./scripts/supported_py_versions.py)" >> "$GITHUB_OUTPUT"
run: echo "py-versions=$(poetry run ./scripts/supported_py_versions.py)" >> "$GITHUB_OUTPUT"
test:
runs-on: ubuntu-latest