You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the following JDK in a GitHub action results in non-deterministic failures of AsyncCoreServerSpec test cases. They seem to be caused by Silicon being interrupted and cannot be reproduced locally.
The following step is used to install the mentioned JDK version:
- name: Set up JDK 15
uses: actions/setup-java@v1
with:
java-version: '15.0.1'
architecture: x64
The text was updated successfully, but these errors were encountered:
Using the following JDK in a GitHub action results in non-deterministic failures of
AsyncCoreServerSpec
test cases. They seem to be caused by Silicon being interrupted and cannot be reproduced locally.The following step is used to install the mentioned JDK version:
The text was updated successfully, but these errors were encountered: