Skip to content

Commit

Permalink
clarify instructions to run all manual tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fire-at-will authored Jul 25, 2024
1 parent 8d7443c commit fc635ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1371,8 +1371,12 @@ workflows:
jobs:
- docs-deploy

# to trigger tests manually, log into circleCI, select the project, a branch, and then click "Trigger Pipeline"
# and add a parameter called "run-manual-tests"
# To trigger tests manually, log into circleCI, select the project, a branch, and then click "Trigger Pipeline"
# in the top right hand corner of the screen. In the modal that appears, set the following parameter fields
# and click "Trigger Pipeline" to begin the pipeline:
# - Parameter Type: string
# - Name: action
# - Value: run-manual-tests
all-tests:
when:
or:
Expand Down

0 comments on commit fc635ae

Please sign in to comment.