add monitoring action to the workflow

This commit is contained in:
Daniel Carrillo 2024-04-19 13:56:00 +02:00
parent c8d6da5ebd
commit 0f750f601d
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 4 additions and 0 deletions

View File

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