We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ec9a9 commit 4da6171Copy full SHA for 4da6171
.github/workflows/ci.yml
@@ -170,7 +170,7 @@ jobs:
170
run: ./gradlew generatePythonClient
171
- name: Verify Generation of API client
172
run: |
173
- git diff --exit-code --quiet -- api/client/src/ ':!api/client/src/.openapi-generator/FILES'
+ git diff --exit-code -- api/client/src/ ':!api/client/src/.openapi-generator/FILES'
174
validate-external-slurmdbd-template:
175
name: External SlurmDBD Template Validation
176
runs-on: ubuntu-latest
0 commit comments