File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 5858 run : npm run compile
5959
6060 - run : npm test
61- if : ${{ matrix.node_version != '22' && matrix.node_version != '24' || matrix.node_version != '25' }}
62- # Node.js type stripping conflicts with mocha usage of ts-node.
63- # See https://github.com/open-telemetry/opentelemetry-js/issues/5415
64- - run : npm test
65- env :
66- NODE_OPTIONS : ' --no-experimental-strip-types'
67- if : ${{ matrix.node_version == '22' || matrix.node_version == '24' || matrix.node_version == '25' }}
6861
6962 - name : Report Coverage
7063 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
9790
9891 - name : Unit tests
9992 run : npm run test
100- env :
101- NODE_OPTIONS : ' --no-experimental-strip-types'
10293 browser-tests :
10394 runs-on : ubuntu-latest
10495 steps :
You can’t perform that action at this time.
0 commit comments