Skip to content

Commit

Permalink
add react unit trace
Browse files Browse the repository at this point in the history
  • Loading branch information
djanicekpach committed May 30, 2024
1 parent dc1f4c9 commit 450da82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,14 @@ jobs:
- skip-if-only-docs
- skip-if-only-github
- react-get-deps
- run: make -C webui/react test-ci
- run:
environment:
NODE_OPTIONS: "-r dd-trace/ci/init ${NODE_OPTIONS:-}"
DD_ENV: "ci-local"
DD_SERVICE: determined-ui-unit
command: |
npm install --save-dev dd-trace
make -C webui/react test-ci
- codecov/upload:
flags: "web"
xtra_args: "-v"
Expand Down

0 comments on commit 450da82

Please sign in to comment.