Skip to content

Commit

Permalink
add monitoring action to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarrillo committed Apr 19, 2024
1 parent c8d6da5 commit b59f99f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ on:
pull_request:

jobs:
workflow-telemetry-action:
runs-on: ubuntu-latest
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2

tests:
runs-on: ubuntu-latest
needs: workflow-telemetry-action
strategy:
matrix:
make: ["lint", "test"]
Expand Down

0 comments on commit b59f99f

Please sign in to comment.