File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 SONAR_TOKEN : f4f48f5dc3d59b444b238326cdf534ae5614cc59
3838 run : chmod +x gradlew && ./gradlew spotlessJavaCheck test jacocoTestReport sonarqube -Dsonar.projectKey=javadev_LeetCode-in-Java -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=javadev-github
39- - uses : codecov/codecov-action@v1
39+ - uses : codecov/codecov-action@v2
4040 with :
4141 file : ./**/target/site/jacoco/jacoco.xml
4242 name : codecov
5959 - name : Build with Gradle
6060 run : ./gradlew test --no-daemon
6161
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 : chmod +x gradlew && ./gradlew test --no-daemon
79+
6280 build-sonar :
6381 name : Build
6482 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments