Skip to content

chore: verify unmanged integration tests sources compile#520

Merged
johanandren merged 1 commit intomainfrom
rgc/verify-unmanage-it-tests-sources-compile
Sep 29, 2021
Merged

chore: verify unmanged integration tests sources compile#520
johanandren merged 1 commit intomainfrom
rgc/verify-unmanage-it-tests-sources-compile

Conversation

@octonato
Copy link
Copy Markdown
Member

References #486, follow up of #505

Comment thread .circleci/config.yml
mvn -Dakkaserverless-sdk.version=$SDK_VERSION verify -Pit
echo "==== Verifying that generated unmanaged sources compile ===="
rm -rf src/main/java src/test/java
rm -rf src/main/java src/test/java src/it/java
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to test it myself, but rm -rf won't fail if dir doesn't exist. Therefore I'm adding it everywhere. Possible that some of the samples don't have integration tests, but if they get one day, we will be covered.

@johanandren johanandren merged commit 9a401ac into main Sep 29, 2021
@johanandren johanandren deleted the rgc/verify-unmanage-it-tests-sources-compile branch September 29, 2021 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants