install python3 in publish-report action
Build and Analyse / build-and-analyse (push) Successful in 24s
Build and Analyse / build-and-analyse (push) Successful in 24s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user