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

Separate build integration tests and remove unused bash scripts #1516

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jun 18, 2021

Previously, we would run integration tests only after all normal tests succeeded. Now, we run them separately, which has two added bonuses:

  • contributors can easily say if they change to integrations have failed
  • integration tests are always run irrelevant if the unit tests passed

I also remove leftover drone tests that are no longer used.

Previously, we would run integration tests only after all normal tests succeeded. Now, we run them separately, which has two added bonuses:
- contributors can easily say if they change to integrations have failed
- integration tests are always run irrelevant if the unit tests passed

I also remove leftover drone tests that are no longer used.
@tgodzik tgodzik force-pushed the separate-integrations branch from 9ef34eb to 567a389 Compare June 18, 2021 14:55
@tgodzik tgodzik requested review from adpi2 and ckipp01 June 18, 2021 15:26
@tgodzik
Copy link
Contributor Author

tgodzik commented Jun 18, 2021

What do you think @Arthurm1 ? I think it should be easier to debug any issues with integrations. This came up when I was trying to add tests for Maven integration.

Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

This totally makes sense. I'd probably add in fetch-depth: 0, but other than that LGTM!

.github/workflows/ci.yml Show resolved Hide resolved
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

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

LGTM

@tgodzik tgodzik merged commit ee6b4c1 into scalacenter:master Jun 21, 2021
@tgodzik tgodzik deleted the separate-integrations branch June 21, 2021 08:18
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.

3 participants