DOI-ONRR / onrr.gov-site

We will use this repo to manage our work on the onrr.gov website
12 stars 3 forks source link

Test updated CircleCI configuration #3131

Closed greensomes closed 1 month ago

greensomes commented 1 month ago

To test locally with the circleci cli tool, first process the config file:

circleci config process .circleci/cms-config.yml --pipeline-parameters '{ "run-build-cms": true }' > process.yml

then:

circleci local execute -c process.yml <<job-name>>
greensomes commented 1 month ago

There are limitations to the circleci cli (can only run jobs, not workflows and orb jobs for npm run cannot be nested under a job object) that make it really difficult to fully test.