Skip to content

Commit 6a76e85

Browse files
committed
add petstore testsin groovy workflow
1 parent 59042aa commit 6a76e85

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/samples-groovy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
gradle-version: ${{ env.GRADLE_VERSION }}
4242
build-root-directory: ${{ matrix.sample }}
4343
arguments: wrapper
44-
- name: Build
44+
- name: Build & Test
4545
working-directory: ${{ matrix.sample }}
46-
run: ./gradlew build -x test
46+
run: ./gradlew build

samples/client/petstore/groovy/.openapi-generator-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#
26+
#

0 commit comments

Comments
 (0)