Skip to content

Commit 847d2c5

Browse files
committed
Add ocaml-fake-petstore to CI
1 parent 74c8e30 commit 847d2c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/samples-ocaml.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
paths:
66
- 'samples/client/petstore/ocaml/**'
7+
- 'samples/client/petstore/ocaml-fake-petstore/**'
78
pull_request:
89
paths:
910
- 'samples/client/petstore/ocaml/**'
11+
- 'samples/client/petstore/ocaml-fake-petstore/**'
1012

1113
jobs:
1214
build:
@@ -17,6 +19,7 @@ jobs:
1719
matrix:
1820
sample:
1921
- 'samples/client/petstore/ocaml/'
22+
- 'samples/client/petstore/ocaml-fake-petstore/'
2023
steps:
2124
- uses: actions/checkout@v5
2225
- name: Set-up OCaml

0 commit comments

Comments
 (0)