Skip to content

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