Skip to content

Commit

Permalink
Fix tracer package in NODE_OPTIONS in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Jul 13, 2024
1 parent df30b5e commit 1d74f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ To work around this, the action provides a separate `DD_TRACE_PACKAGE` variable
shell: bash
run: npm run test-ci
env:
NODE_OPTIONS: -r $DD_TRACE_PACKAGE
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
```

0 comments on commit 1d74f65

Please sign in to comment.