Skip to content

Bump @opentelemetry/core, @opentelemetry/sdk-logs and applicationinsights in /test/performanceTests #2096

Bump @opentelemetry/core, @opentelemetry/sdk-logs and applicationinsights in /test/performanceTests

Bump @opentelemetry/core, @opentelemetry/sdk-logs and applicationinsights in /test/performanceTests #2096

Workflow file for this run

name: Integration Tests CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
integration:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- run: openssl req -x509 -nodes -newkey rsa -keyout ./test/certs/server-key.pem -out ./test/certs/server-cert.pem -days 1 -subj "/C=CL/ST=RM/L=OpenTelemetryTest/O=Root/OU=Test/CN=ca"
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run functionaltest