diff --git a/.gitea/actions/publish-report/action.yml b/.gitea/actions/publish-report/action.yml index 4b30555..62dcad5 100644 --- a/.gitea/actions/publish-report/action.yml +++ b/.gitea/actions/publish-report/action.yml @@ -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: |