Skip to content

Commit 689f0b4

Browse files
committed
test: ignore hadolint-docker during testing
1 parent bd657c0 commit 689f0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bake_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_project_setup(
125125

126126
run_cmd("git add .")
127127
stdout, stderr, exit_code = run_cmd(
128-
f"SKIP=no-commit-to-branch {dependency_management_tool} run pre-commit run --all-files"
128+
f"SKIP=no-commit-to-branch,hadolint-docker {dependency_management_tool} run pre-commit run --all-files"
129129
)
130130
print(stdout)
131131
print(stderr)

0 commit comments

Comments
 (0)