Skip to content

Commit 0071b26

Browse files
committed
add missing args in include
1 parent 410b00a commit 0071b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,16 @@ jobs:
5454
include:
5555
- env-paths: |
5656
envs/failing-env1.yaml
57+
policy-file: "policy.yaml"
5758
expected-failure: "true"
5859
- env-paths: |
5960
envs/env1.yaml
6061
envs/failing-env1.yaml
62+
policy-file: "policy.yaml"
6163
expected-failure: "true"
6264
- env-paths: "envs/env3.yaml"
6365
policy-file: policy_no_extra_options.yaml
66+
expected-failure: "false"
6467

6568
steps:
6669
- name: clone the repository

0 commit comments

Comments
 (0)