Skip to content

W3C Trace Context Integration Test #19657

W3C Trace Context Integration Test

W3C Trace Context Integration Test #19657

name: W3C Trace Context Integration Test
on:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: ^26.3.0
- name: Install and Bootstrap 🔧
run: npm ci --ignore-scripts
# validation-server.js is plain JS that requires built @opentelemetry/*
# packages
- name: Build 🔧
run: npm run compile
- name: Run W3C Test harness
run: ./integration-tests/tracecontext-integration-test.sh