File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow will build a Java project with Gradle
22# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33
4- name : Java CI with Gradle
4+ name : Test
55
66on :
77 push :
1010 branches : [ main ]
1111
1212jobs :
13- build :
13+ test :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
2929 run : |
3030 cd ./sample/
3131 ./gradlew test
32- - name : Release
33- uses : cycjimmy/semantic-release-action@v3
34- with :
35- extra_plugins : |
36- "@semantic-release/commit-analyzer"
37- "@semantic-release/release-notes-generator"
38- "@google/semantic-release-replace-plugin"
39- "@semantic-release/exec"
40- "@semantic-release/git"
41- "@semantic-release/github"
4232 env :
4333 GH_TOKEN : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
You can’t perform that action at this time.
0 commit comments