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 59042aa commit 6a76e85Copy full SHA for 6a76e85
2 files changed
.github/workflows/samples-groovy.yaml
@@ -41,6 +41,6 @@ jobs:
41
gradle-version: ${{ env.GRADLE_VERSION }}
42
build-root-directory: ${{ matrix.sample }}
43
arguments: wrapper
44
- - name: Build
+ - name: Build & Test
45
working-directory: ${{ matrix.sample }}
46
- run: ./gradlew build -x test
+ run: ./gradlew build
samples/client/petstore/groovy/.openapi-generator-ignore
@@ -21,3 +21,6 @@
21
#docs/*.md
22
# Then explicitly reverse the ignore rule for a single file:
23
#!docs/README.md
24
+#
25
26
0 commit comments