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

introduces local reusable workflows #207

Merged
merged 2 commits into from Feb 8, 2022
Merged

introduces local reusable workflows #207

merged 2 commits into from Feb 8, 2022

Conversation

ghost
Copy link

@ghost ghost commented Feb 7, 2022

  • Use local reusable workflows: https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/
    • helps to experiment with workflows in forks
  • split JVM tests per java version per job
    • soon, with implementation of Netty transports, JVM tests for all 3 java versions will be too long
  • split JS tests per IR/Legacy per job
    • legacy JS target has some bugs in compilator, and as so, JS IR tests can success, but Legacy fail
    • it will help to understand faster about the root cause of failure

@OlegDokuka OlegDokuka changed the title Local reusable workflows introduces local reusable workflows Feb 8, 2022
@OlegDokuka OlegDokuka merged commit 8a7baec into rsocket:master Feb 8, 2022
@ghost ghost deleted the local-reusable-workflows branch February 24, 2022 15:06
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