SbloodyS commented on code in PR #15303:
URL:
https://github.com/apache/dolphinscheduler/pull/15303#discussion_r1421860623
##########
.github/workflows/e2e.yml:
##########
@@ -56,6 +59,11 @@ jobs:
uses: ./.github/actions/sanity-check
with:
token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Set up JDK ${{ matrix.java }}
+ uses: actions/setup-java@v2
+ with:
+ java-version: ${{ matrix.java }}
+ distribution: 'adopt'
Review Comment:
This only setup jdk of the host. You should also modify the runtime
environment of e2e containers at the same time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]