Skip to content

Commit

Permalink
Add echos
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 22, 2021
1 parent 00aae7b commit 3d15d79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
- name: Generate java client
id: javaClient
run: |
echo HelloWorld
bash scripts/gen_java_client.sh
echo GoodbyeWorld
export SBT_OPTS="-Xmx3g"
bash scripts/publish-client.sh
Expand Down
7 changes: 4 additions & 3 deletions scripts/gen_java_client.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set -e

docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v4.0.3 generate -i /local/src/main/resources/swagger/api-docs.yaml -g java -o /local/codegen_java --api-package org.broadinstitute.dsde.workbench.client.sam.api --model-package org.broadinstitute.dsde.workbench.client.sam.model

echo ranDockerCommand
cd codegen_java

sbt test
echo attemptingTesting
sbt test
echo finishedTesting

0 comments on commit 3d15d79

Please sign in to comment.