mirror of
https://github.com/esimov/caire.git
synced 2026-04-23 00:07:11 +08:00
CI: updated build action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user