diff --git a/action.yml b/action.yml index 83ba0b4..8c8651f 100644 --- a/action.yml +++ b/action.yml @@ -83,6 +83,7 @@ outputs: description: The affected stacks as matrix structure suitable for extending matrix size workaround (see README) value: ${{ steps.matrix.outputs.matrix }} + runs: using: "composite" steps: diff --git a/tests/atmos.yaml b/tests/atmos.yaml index 2e0f99a..2a9bc20 100644 --- a/tests/atmos.yaml +++ b/tests/atmos.yaml @@ -262,21 +262,3 @@ integrations: matrix: sort-by: .stack_slug group-by: .stack_slug | split("-") | [.[0], .[2]] | join("-") - -# Validation schemas (for validating atmos stacks and components) -schemas: - # https://json-schema.org - jsonschema: - # Can also be set using 'ATMOS_SCHEMAS_JSONSCHEMA_BASE_PATH' ENV var, or '--schemas-jsonschema-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/jsonschema" - # https://www.openpolicyagent.org - opa: - # Can also be set using 'ATMOS_SCHEMAS_OPA_BASE_PATH' ENV var, or '--schemas-opa-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/opa" - # https://cuelang.org - cue: - # Can also be set using 'ATMOS_SCHEMAS_CUE_BASE_PATH' ENV var, or '--schemas-cue-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/cue" diff --git a/tests/stacks/orgs/test/test.yaml b/tests/stacks/orgs/test/test.yaml index 9d4c1f4..ddb6404 100644 --- a/tests/stacks/orgs/test/test.yaml +++ b/tests/stacks/orgs/test/test.yaml @@ -7,4 +7,5 @@ vars: components: terraform: test: - seed: 1 + vars: + seed: 1