Set explicit Java version for CI (#4091)
* Set explicit Java version for CI * Trigger Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
This commit is contained in:
parent
4a441b5ca2
commit
8a6cd10102
2
.github/workflows/external-client-test.yml
vendored
2
.github/workflows/external-client-test.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Set up JDK 1.11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.11
|
||||
java-version: "11.0.10"
|
||||
|
||||
# Retrieve maven dependencies from cache. After a successful run, these dependencies are cached again
|
||||
- name: Cache maven dependencies
|
||||
|
|
|
|||
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Set up JDK 1.11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.11
|
||||
java-version: "11.0.10"
|
||||
|
||||
# Retrieve maven dependencies from cache. After a successful run, these dependencies are cached again
|
||||
- name: Cache maven dependencies
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ In order to test the code, you can run the following command:
|
|||
mvn -B clean package
|
||||
```
|
||||
|
||||
Please make sure that you have a local Redis instance running for the test cases. During tests, the MongoDB is run in-memory. So you don't require to be running a local MongoDB instance.
|
||||
Please make sure that you have a local Redis instance running for the test cases. During tests, the MongoDB is run in-memory. So you don't require to be running a local MongoDB instance.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user