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

CI: Continue failing build to see more issues #437

Merged
merged 1 commit into from
Jan 31, 2023
Merged

CI: Continue failing build to see more issues #437

merged 1 commit into from
Jan 31, 2023

Conversation

lefou
Copy link
Member

@lefou lefou commented Jan 31, 2023

No description provided.

@@ -28,8 +28,7 @@ jobs:
java-version: ${{ matrix.java }}
- name: Run JS tests
run: |
./mill -i __.resolvedIvyDeps
./mill -i -j 0 all __.js.__.compile __.js.__.publishArtifacts __.js.__.test
./mill -i -j 0 -k __.js.__.compile + __.js.__.publishArtifacts + __.js.__.test
Copy link
Member Author

Choose a reason for hiding this comment

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

Mill 0.10.10 is mitigating most of the known coursier issues, so there is no need to run __.resolvedIvyDeps in non-parallel mode. 🤞‍

@@ -83,7 +80,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Check Binary Compatibility
run: ./mill -i __.mimaReportBinaryIssues
run: ./mill -i -k __.mimaReportBinaryIssues
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 want to see all binary compatibility issues.

@lefou lefou merged commit 94cdc30 into main Jan 31, 2023
@lefou lefou deleted the ci-keep-going branch January 31, 2023 07:10
@lefou lefou added this to the after 3.0.0-M1 milestone Jan 31, 2023
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.

1 participant