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
|
||||
uses: becheran/go-testreport@v0.3.2
|
||||
with:
|
||||
output: "testreport.json"
|
||||
input: "testreport.json"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue