Skip to content

Commit

Permalink
rename lite to test-js
Browse files Browse the repository at this point in the history
  • Loading branch information
olerichter00 committed Jan 22, 2025
1 parent 9ffdb59 commit 426c559
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ only-main-or-release-or-build-me: &only-main-or-release-or-build-me
- /.*hotfix$/
- /.*beta-$/

only-prs: &only-prs
filters:
branches:
ignore:
- main
- /.*release$/
- /.*build-me$/
- /.*hotfix$/
- /.*beta-$/

commands:
await-previous-builds:
parameters:
Expand Down Expand Up @@ -282,7 +272,7 @@ jobs:
echo "Triggering CodePush deployment..."
./scripts/codepush/deploy-to-codepush.sh Staging
test-js-pr:
test-js:
parallelism: 8
executor:
name: node/default
Expand All @@ -304,7 +294,7 @@ jobs:
- store_test_results:
path: ./reports/junit/

test-js:
test-js-complete:
parallelism: 8
executor:
name: node/default
Expand Down Expand Up @@ -571,7 +561,7 @@ workflows:
when: << pipeline.parameters.run_workflow_build-run-tests-for-echo >>
jobs:
- build-echo-test-js
- test-js
- test-js-complete

test-build-deploy:
when: << pipeline.parameters.run_workflow_test-build-deploy >>
Expand All @@ -591,11 +581,10 @@ workflows:
only:
- main

- test-js:
<<: *only-main-or-release-or-build-me
- test-js

- test-js-pr:
<<: *only-prs
- test-js-complete:
<<: *only-main-or-release-or-build-me

- build-test-js

Expand Down

0 comments on commit 426c559

Please sign in to comment.