From 3166cf67f2ff5012a3fcba8b782f0967d68e7d63 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Fri, 11 Oct 2024 08:58:35 +1300 Subject: [PATCH] fixup! feat: allow go test results to upload to s3 change as per review --- .github/workflows/reusable-go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-go-test.yml b/.github/workflows/reusable-go-test.yml index 266b2d0..66c9dfc 100644 --- a/.github/workflows/reusable-go-test.yml +++ b/.github/workflows/reusable-go-test.yml @@ -67,7 +67,7 @@ jobs: with: aws-role-arn-to-assume: ${{ inputs.aws-role-arn-to-assume }} artifact-name: test-results - artifact-path: /tmp/coverage.* + artifact-path: ./coverage s3-bucket: s3://${{inputs.s3-bucket}}/test-coverage-results/${{github.repository}}/go/ cp-or-sync: cp direction: to