Skip to content

Commit

Permalink
chore: Rename CI test build step (#7196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas authored Jan 24, 2025
1 parent 9c16d3a commit 5d092cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- store_test_results: { path: ./reports }
- store_artifacts: { path: ./reports }

test-react-16: &test-react
test-react-18: &test-react
docker: *docker-node-browsers-image
resource_class: xlarge
environment:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- store_test_results: { path: ./reports }
- store_artifacts: { path: ./reports }

test-iso-react-16: &test-iso
test-iso-react-18: &test-iso
docker: *docker-node-image
environment:
JUNIT_REPORT_PATH: reports
Expand Down Expand Up @@ -228,14 +228,14 @@ workflows:
requires: [compile]
- test-node-libs:
requires: [compile]
- test-react-16:
- test-react-18:
requires: [compile]
- test-iso-react-16:
- test-iso-react-18:
requires: [compile]
- deploy-preview:
requires: [dist]
- deploy-npm:
requires: [dist, lint, test-node-libs, test-react-16, test-iso-react-16]
requires: [dist, lint, test-node-libs, test-react-18, test-iso-react-18]
filters:
branches:
only:
Expand Down

1 comment on commit 5d092cd

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: Rename CI test build step (#7196)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.