Skip to content

Commit

Permalink
Merge pull request #742 from Daimler/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
Jeeppler authored Aug 2, 2021
2 parents d990b67 + 9e7748f commit 29b7868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
run: ./gradlew :sechub-cli:buildGo :sechub-cli:testGo

- name: Build Server
run: ./gradlew ensureLocalhostCertificate build openapi3 buildDeveloperAdminUI -x :sechub-integrationtest:test -x :sechub-cli:build
run: ./gradlew ensureLocalhostCertificate build generateOpenapi buildDeveloperAdminUI -x :sechub-integrationtest:test -x :sechub-cli:build

- name: Generate OpenAPI Java client
run: ./gradlew :sechub-client-java:openApiGenerate
run: ./gradlew :sechub-client-java:buildJavaClient

- name: Integration test
run: ./gradlew integrationtest
Expand Down

0 comments on commit 29b7868

Please sign in to comment.