Skip to content

Commit

Permalink
Update terraform-observe_scheduler.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-observe authored Mar 6, 2024
1 parent a8b4508 commit 1a63e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-observe_scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- uses: actions/checkout@v4
- name: Create trace parent
run: |
echo "TRACEPARENT=$(hexdump -vn16 -e'4/4 \"%08X\" 1 \"\n\"' /dev/urandom)" >> $GITHUB_ENV
echo "SPANID=$(hexdump -vn8 -e'2/4 \"%08X\" 1 \"\n\"' /dev/urandom" >> $GITHUB_ENV
echo "TRACEID=$(hexdump -vn16 -e'4/4 "%08X" 1 "\n"' /dev/urandom)" >> $GITHUB_ENV
echo "SPANID=$(hexdump -vn8 -e'2/4 "%08X" 1 "\n"' /dev/urandom" >> $GITHUB_ENV
- name: make test
run: make test "${{ matrix.directory }}"
env:
Expand All @@ -65,7 +65,7 @@ jobs:
GITHUB_WORKSPACE: ${{ github.workspace }}
GITHUB_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRACEPARENT: '{"TraceID":"${{ github.workspace }}", "SpanID": ""${{ matrix.directory }}"}'
TRACEPARENT: '{"TraceID":"${{ env.TRACEID }}", "SpanID": ""${{env.SPANID }}"}'

# Validate App Icon URL is internal
validate-app-icon:
Expand Down

0 comments on commit 1a63e62

Please # to comment.