Skip to content

Commit

Permalink
Merge pull request #640 from ivanvc/add-github-workflows-telemetry
Browse files Browse the repository at this point in the history
github actions: add workflow telemetry to collect metrics
  • Loading branch information
ahrtr committed Dec 17, 2023
2 parents cd4a757 + a9cde4d commit c89db63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
target: ${{ fromJSON(inputs.targets) }}
runs-on: ${{ inputs.runs-on }}
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v1
- uses: actions/checkout@v4
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c89db63

Please sign in to comment.