install python3 in publish-report action
Build and Analyse / build-and-analyse (push) Successful in 24s

This commit is contained in:
2026-09-07 08:50:29 +02:00
parent 65339f900d
commit b13a9ad02e
+4
View File
@@ -8,6 +8,10 @@ inputs:
runs:
using: composite
steps:
- name: Install python3
shell: bash
run: apk add --no-cache python3
- name: Normalize JUnit report names
shell: bash
run: |