mirror of https://github.com/jetkvm/kvm.git
fix: golang test report input argument
This commit is contained in:
parent
3ec1bdf388
commit
840743fcf7
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Golang Test Report
|
- name: Golang Test Report
|
||||||
uses: becheran/go-testreport@v0.3.2
|
uses: becheran/go-testreport@v0.3.2
|
||||||
with:
|
with:
|
||||||
output: "testreport.json"
|
input: "testreport.json"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue