Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 4, 2024
1 parent c7dd87b commit 137dbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-telemetry-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout actions
uses: actions/checkout@v4
- uses: ./telemetry-setup
- uses: "./telemetry-setup"
id: telemetry-setup
- name: Verify that telemetry setup has some data
run: |
Expand All @@ -23,6 +23,6 @@ jobs:
[[ "${{ steps.telemetry-setup.outputs.span_id }}" = "" ]] && { echo "span_id is empty; erroring out" ; exit 1; } || echo "span_id is ok"
echo "All expected outputs are in order! Hooray!"
- name: Test OTel export of job JSON
uses: ./telemetry-summarize
uses: "./telemetry-summarize"
with:
exporters: "console"

0 comments on commit 137dbe1

Please sign in to comment.