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:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install python3
|
||||||
|
shell: bash
|
||||||
|
run: apk add --no-cache python3
|
||||||
|
|
||||||
- name: Normalize JUnit report names
|
- name: Normalize JUnit report names
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user