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

Add check Gradle task to CI workflow #410

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Add check Gradle task to CI workflow #410

merged 3 commits into from
Sep 16, 2024

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Sep 12, 2024

I had wrongfully assumed that jacocoTestReport depended on check:

- run: ./gradlew jacocoTestReport

It seems that it doesn't, so needs to be explicitly run to prevent future publication failures.

@twyatt twyatt added the maintenance General maintenance that doesn't effect the public API. label Sep 12, 2024
@twyatt twyatt requested review from cedrickcooke and a team as code owners September 12, 2024 20:35
@twyatt twyatt requested a review from Phoenix7351 September 12, 2024 20:35
@twyatt twyatt enabled auto-merge (squash) September 13, 2024 19:26
Copy link

Test Results

 62 files  + 50   62 suites  +50   28s ⏱️ +27s
321 tests +252  321 ✅ +252  0 💤 ±0  0 ❌ ±0 
366 runs  +297  366 ✅ +297  0 💤 ±0  0 ❌ ±0 

Results for commit d30c7fc. ± Comparison against base commit 83f0f02.

@twyatt twyatt merged commit 6117e0d into main Sep 16, 2024
3 checks passed
@twyatt twyatt deleted the twyatt/ci/check branch September 16, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance General maintenance that doesn't effect the public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants