Skip to content

Commit a8859fc

Browse files
Merge pull request #285 from regulaforensics/feature/42782
42782 - verify clients in strict mode
2 parents aaac83f + 8d03148 commit a8859fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-clients.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Verify update Python client
2626
working-directory: python-client
2727
run: |
28-
./update-models.sh
28+
./update-models.sh strict
2929
./setup.sh
3030
3131
verify-csharp:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Verify update CSharp client
4646
working-directory: csharp-client
4747
run: |
48-
./update-models.sh
48+
./update-models.sh strict
4949
./setup.sh
5050
5151
verify-js:
@@ -92,5 +92,5 @@ jobs:
9292
- name: Verify update Java client
9393
working-directory: java-client
9494
run: |
95-
./update-models.sh
95+
./update-models.sh strict
9696
./gradlew clean :example:run

0 commit comments

Comments
 (0)