|
|
@ -31,6 +31,12 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up JDK 1.8
|
|
|
|
|
|
|
|
uses: actions/setup-java@v1
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
java-version: 1.8
|
|
|
|
|
|
|
|
|
|
|
|
# with:
|
|
|
|
# with:
|
|
|
|
# We must fetch at least the immediate parents so that if this is
|
|
|
|
# We must fetch at least the immediate parents so that if this is
|
|
|
|
# a pull request then we can checkout the head.
|
|
|
|
# a pull request then we can checkout the head.
|
|
|
|