From 840743fcf7c1a5f9794f39cf498df9785de366bc Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Fri, 16 May 2025 20:04:54 +0200 Subject: [PATCH] fix: golang test report input argument --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e860290..70d538c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: