Skip to content

Commit

Permalink
fix: fix merging issues and update defaults documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Yarkov <[email protected]>
  • Loading branch information
timyarkov committed Sep 8, 2023
1 parent 1318924 commit 49ee1ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/macaron/config/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ deploy_arg =
github_actions =
docker/build-push-action

# This is the spec for trusted NPM build tool usages.
[builder.npm]
entry_conf =
.npmrc
Expand All @@ -337,6 +338,7 @@ deploy_arg =
github_actions =
JS-DevTools/npm-publish

# This is the spec for trusted Yarn build tool usages.
[builder.yarn]
entry_conf =
.yarnrc
Expand All @@ -351,6 +353,7 @@ build_arg =
deploy_arg =
publish

# This is the spec for trusted Go build tool usages.
[builder.go]
entry_conf =
build_configs =
Expand Down
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ def docker_tool(setup_test) -> Docker: # type: ignore # pylint: disable=unused-
docker = Docker()
docker.load_defaults()
return docker




@pytest.fixture(autouse=True)
def npm_tool(setup_test) -> NPM: # type: ignore # pylint: disable=unused-argument
"""Create a NPM tool instance.
Expand Down

0 comments on commit 49ee1ef

Please sign in to comment.