Skip to content

tests: fix tests to work with recent elastic-apm-node that includes a log preamble #32

tests: fix tests to work with recent elastic-apm-node that includes a log preamble

tests: fix tests to work with recent elastic-apm-node that includes a log preamble #32

Workflow file for this run

## Test with multiple node versions.
name: test
on:
push:
branches:
- main
tags:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [10, 12, 14, 16, 18, 19]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: .ci/run-install.sh
- name: Test Node.js v${{ matrix.node-version }}
run: .ci/run-test.sh