We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9995 commit e563517Copy full SHA for e563517
.github/workflows/build-and-test.yml
@@ -15,16 +15,16 @@ jobs:
15
- name: Setup JDK 11
16
uses: actions/setup-java@v4
17
with:
18
- distribution: 'temurin'
19
- java-version: '11'
+ java-version: 11
+ distribution: corretto
20
21
- name: Build and Test
22
run: ./gradlew clean build
23
24
run-integration-tests:
25
uses: ./.github/workflows/run-integration-tests.yaml
26
27
- branch: main
+ branch: ${{ github.ref_name }}
28
jdk: 11
29
distribution: corretto
30
0 commit comments