Skip to content

Commit 2fd4126

Browse files
authored
Fix tests (#124)
* Fix tests * Update integration tests workflow to use temp directory * Update base_path in atmos.yaml configuration * Change base_path to relative path without './'
1 parent a0db945 commit 2fd4126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/opentofu/atmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# are independent settings (supporting both absolute and relative paths).
1616
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
1717
# are considered paths relative to `base_path`.
18-
base_path: "./tests/opentofu"
18+
base_path: "tests/opentofu"
1919

2020
aliases:
2121
tofu: terraform

tests/terraform/atmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# are independent settings (supporting both absolute and relative paths).
1616
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
1717
# are considered paths relative to `base_path`.
18-
base_path: "./tests/terraform"
18+
base_path: "tests/terraform"
1919

2020
components:
2121
terraform:

0 commit comments

Comments
 (0)