Skip to content

Commit 1cda565

Browse files
committed
remove install step from java job
1 parent bdaf13f commit 1cda565

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
run: make download-oas
115115
- name: Generate SDK
116116
run: make generate-sdk LANGUAGE=java
117-
- name: Install Java SDK
118-
working-directory: ./sdk-repo-updated
119-
run: |
120-
make install-dev
121117
- name: Push Java SDK
122118
env:
123119
GH_REPO: "stackitcloud/stackit-sdk-java"

0 commit comments

Comments
 (0)