Skip to content

Commit

Permalink
fixed the command by adding -exec
Browse files Browse the repository at this point in the history
  • Loading branch information
EtonDoze authored Aug 9, 2023
1 parent a5f051b commit 356d9c9
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 -- {} \; cd generated/java \; mvn clean install \; cd ../.. \; -exec rm -rf generated/java \;
- run: find openapi -name '*.json' -exec npm run codegen-java -- {} \; -exec cd generated/java \; -exec mvn clean install \; -exec 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 356d9c9

Please sign in to comment.