From a9021354b43d02f07c4d800c32d616851bfbead5 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 e860290a..70d538cf 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: