Skip to content

Commit fff5e6c

Browse files
committed
BUG/MEDIUM: ci: fix generating specification on github side
1 parent 97f0e6c commit fff5e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: go
2323
- name: Compare
2424
run: |
25-
go run specification/build/build.go -file specification/haproxy-spec.yaml > specification/build/haproxy_spec_to_compare.yaml
25+
go run cmd/specification/*.go -file specification/haproxy-spec.yaml > specification/build/haproxy_spec_to_compare.yaml
2626
diff -u specification/build/haproxy_spec_to_compare.yaml specification/build/haproxy_spec.yaml
2727
- name: YAML script validation
2828
run: |

0 commit comments

Comments
 (0)