add monitoring action to the workflow

This commit is contained in:
2024-04-19 13:56:00 +02:00
parent c8d6da5ebd
commit 0f750f601d

View File

@@ -11,10 +11,14 @@ on:
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: workflow-telemetry-action
strategy: strategy:
matrix: matrix:
make: ["lint", "test"] make: ["lint", "test"]
steps: steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install go - name: install go