Skip to content

Commit cf64fa8

Browse files
committed
Generate in validate-pr workflow
1 parent 3859857 commit cf64fa8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
npm install --prefix .github/validate-pr
5252
make setup
5353
54+
- name: Generate specification and check generated types
55+
working-directory: ./elasticsearch-specification
56+
run: |
57+
make generate
58+
5459
- name: Download artifacts
5560
working-directory: ./clients-flight-recorder
5661
run: |

0 commit comments

Comments
 (0)