File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4444 strategy :
4545 fail-fast : false
4646 matrix :
47- env-paths :
47+ envs :
4848 - " envs/env1.yaml"
4949 - " envs/env2.yaml"
5050 - |
@@ -53,16 +53,16 @@ jobs:
5353 expected-failure : ["false"]
5454 policy-file : ["policy.yaml"]
5555 include :
56- - env-paths : |
56+ - envs : |
5757 envs/failing-env1.yaml
5858 policy-file: "policy.yaml"
5959 expected-failure: "true"
60- - env-paths : |
60+ - envs : |
6161 envs/env1.yaml
6262 envs/failing-env1.yaml
6363 policy-file: "policy.yaml"
6464 expected-failure: "true"
65- - env-paths : " envs/env1.yaml"
65+ - envs : " envs/env1.yaml"
6666 policy-file : policy_no_extra_options.yaml
6767 expected-failure : " false"
6868
7575 continue-on-error : true
7676 with :
7777 policy : ${{ matrix.policy-file }}
78- environment-paths : ${{ matrix.env-paths }}
78+ environments : ${{ matrix.envs }}
7979 today : 2024-12-20
80+ manifest-path : ${{ matrix.manifest-paths }}
8081 - name : detect outcome
8182 if : always()
8283 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments