Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce CircleCI build to a minimal subset of core #2586

Merged
merged 1 commit into from Apr 18, 2020

Conversation

rnorth
Copy link
Member

@rnorth rnorth commented Apr 18, 2020

No description provided.

machine:
enabled: true
steps:
- checkout
- run:
command: ./gradlew testcontainers:build -x test -x check
command: ./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
Copy link
Member Author

Choose a reason for hiding this comment

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

We'll want to refine this subset, but for now I think it's a reasonable starting point.

@bsideup bsideup added this to the next milestone Apr 18, 2020
@rnorth rnorth merged commit e354a7f into master Apr 18, 2020
@rnorth rnorth deleted the reduce-circle-ci-build branch April 18, 2020 09:13
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants