Skip to content

Commit

Permalink
don't use setup/core for init tests, because node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Sep 13, 2024
1 parent 439e4b4 commit 4f87251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
node-version: ${{ matrix.version }}
- uses: ./.github/actions/install
- run: node node_modules/.bin/mocha --colors --timeout 30000 -r packages/dd-trace/test/setup/core.js integration-tests/init.spec.js
- run: node node_modules/.bin/mocha --colors --timeout 30000 integration-tests/init.spec.js

integration-ci:
strategy:
Expand Down

0 comments on commit 4f87251

Please sign in to comment.