Skip to content

feat: add script to update changelogs on release preparation (#4315) #9383

feat: add script to update changelogs on release preparation (#4315)

feat: add script to update changelogs on release preparation (#4315) #9383

name: W3C Trace Context Integration Test
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install and Bootstrap 🔧
run: npm ci
- name: Generate version.ts files
run: npm run version:update
- name: Build 🔧
run: npm run compile
working-directory: ./integration-tests/propagation-validation-server
- name: Run W3C Test harness
run: ./integration-tests/tracecontext-integration-test.sh