CI: updated build action

This commit is contained in:
esimov
2022-12-07 15:32:18 +02:00
parent 0c9f6efbac
commit 119e3e93ec
+2 -2
View File
@@ -51,13 +51,13 @@ jobs:
go test -v ./... -run=. -cover
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: success() || failure()
if: ${{ always() }}
with:
api_key: c72ba9d2-2e6f-4d55-829b-13f0eb98436e
- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: success() || failure()
if: ${{ always() }}
with:
api_key: c72ba9d2-2e6f-4d55-829b-13f0eb98436e
test_format: JSON