File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,12 @@ jobs:
2626 - name : Verify update Python client
2727 working-directory : python-client
2828 run : |
29- ./update-models.sh
29+ ./update-models.sh strict
3030 ./setup.sh
3131
3232 verify-csharp :
3333 runs-on : ubuntu-latest
3434 steps :
35- - name : Specify Dotnet Version
36- uses : actions/setup-dotnet@v1
37- with :
38- dotnet-version : ' 3.1.x'
39-
4035 - name : Checkout Specification Repo
4136 uses : actions/checkout@v4
4237 with :
5247 - name : Verify update CSharp client
5348 working-directory : csharp-client
5449 run : |
55- ./update-models.sh
50+ ./update-models.sh strict
5651 ./setup.sh
5752
5853 verify-js :
10196 - name : Verify update Java client
10297 working-directory : java-client
10398 run : |
104- ./update-models.sh
99+ ./update-models.sh strict
105100 ./gradlew clean :example:run
You can’t perform that action at this time.
0 commit comments