Skip to content

Commit

Permalink
Trying to build compiled java code
Browse files Browse the repository at this point in the history
  • Loading branch information
EtonDoze authored Aug 9, 2023
1 parent a7202fe commit a5f051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- run: find openapi -name '*.json' -exec npm run lint-redocly -- {} \;
- run: find openapi -name '*.json' -exec npm run lint-spectral -- {} \;
- run: find openapi -name '*.json' -exec npm run lint-openapi -- {} \;
- run: find openapi -name '*.json' -exec npm run codegen-java -- {} \; -exec rm -rf generated/java \;
- run: find openapi -name '*.json' -exec npm run codegen-java -- {} \; cd generated/java \; mvn clean install \; cd ../.. \; -exec rm -rf generated/java \;
- run: find openapi -name '*.json' -exec npm run codegen-typescript-node -- {} \; -exec rm -rf generated/typescript-node \;

0 comments on commit a5f051b

Please sign in to comment.