Skip to content

Commit dec3ba6

Browse files
committed
cleanup sdk-pr workflow to be constistent with generator
1 parent 56e1d92 commit dec3ba6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,12 @@ jobs:
106106
with:
107107
repository: "stackitcloud/stackit-sdk-generator"
108108
ref: "main"
109-
- name: Build
110-
uses: ./.github/actions/build/java
111-
with:
112-
go-version: ${{ env.GO_VERSION }}
113109
- name: Download OAS
114110
run: make download-oas
115111
- name: Generate SDK
116-
run: make generate-sdk LANGUAGE=java
112+
run: make generate-sdk
113+
env:
114+
LANGUAGE: "java"
117115
- name: Push Java SDK
118116
env:
119117
GH_REPO: "stackitcloud/stackit-sdk-java"

0 commit comments

Comments
 (0)