Skip to content

Commit 840293c

Browse files
Update gh workflow
1 parent 00db73f commit 840293c

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/verify-clients.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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:
@@ -52,7 +47,7 @@ jobs:
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:
@@ -101,5 +96,5 @@ jobs:
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

0 commit comments

Comments
 (0)