Skip to content

Commit e563517

Browse files
fix: update repo actions
1 parent e2f9995 commit e563517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- name: Setup JDK 11
1616
uses: actions/setup-java@v4
1717
with:
18-
distribution: 'temurin'
19-
java-version: '11'
18+
java-version: 11
19+
distribution: corretto
2020

2121
- name: Build and Test
2222
run: ./gradlew clean build
2323

2424
run-integration-tests:
2525
uses: ./.github/workflows/run-integration-tests.yaml
2626
with:
27-
branch: main
27+
branch: ${{ github.ref_name }}
2828
jdk: 11
2929
distribution: corretto
3030

0 commit comments

Comments
 (0)