Skip to content

Commit

Permalink
helps if put in the actual workflow. Its not even Monday o.o
Browse files Browse the repository at this point in the history
  • Loading branch information
geekgonecrazy authored Apr 2, 2024
1 parent c045379 commit 9d3f6b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/actions/telemetry/action.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
name: MongoDB ${{ matrix.mongodb-version }} (${{ matrix.shard }}/${{ inputs.total-shard }})

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false
- name: Launch MongoDB
uses: supercharge/mongodb-github-action@v1.10.0
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
name: Unit Tests

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false
- uses: actions/checkout@v4

- name: Setup NodeJS
Expand Down

0 comments on commit 9d3f6b3

Please sign in to comment.