Skip to content

Commit

Permalink
test(cli): specify required options for tests
Browse files Browse the repository at this point in the history
Now that zod checks that we have specified all required options we need
to add these to our test configurations so that they don't spuriously
fail.
  • Loading branch information
ivomurrell committed Mar 15, 2023
1 parent f769014 commit d6c2a9b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/cli/test/files/conflict-resolution/.toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ plugins:
- '@dotcom-tool-kit/heroku' # for build:remote hook and build:local via npm plugin

options:
'@dotcom-tool-kit/heroku':
pipeline: tool-kit-test
systemCode: tool-kit-test
scaling:
tool-kit-test:
web:
size: standard-1x
quantity: 1
'@dotcom-tool-kit/vault':
team: platforms
app: tool-kit-test

hooks:
build:local:
Expand Down
11 changes: 11 additions & 0 deletions core/cli/test/files/duplicate/.toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@ plugins:
- '@dotcom-tool-kit/heroku'

options:
'@dotcom-tool-kit/heroku':
pipeline: tool-kit-test
systemCode: tool-kit-test
scaling:
tool-kit-test:
web:
size: standard-1x
quantity: 1
'@dotcom-tool-kit/vault':
team: platforms
app: tool-kit-test

hooks:

0 comments on commit d6c2a9b

Please sign in to comment.