Skip to content

Commit bfb3c67

Browse files
authored
Update maven.yml
1 parent 12712bd commit bfb3c67

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/maven.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,22 @@ jobs:
5858
cache: 'gradle'
5959
- name: Build with Gradle
6060
run: ./gradlew test --no-daemon
61+
62+
build-macos:
63+
name: build-macos
64+
65+
runs-on: macOS-latest
66+
67+
steps:
68+
- uses: actions/checkout@v3
69+
with:
70+
fetch-depth: 0
71+
- name: Set up JDK 11
72+
uses: actions/setup-java@v3
73+
with:
74+
distribution: 'temurin'
75+
java-version: '11'
76+
cache: 'gradle'
77+
- name: Build with Gradle
78+
run: ./gradlew test --no-daemon
79+

0 commit comments

Comments
 (0)