Skip to content

Commit 93eedc2

Browse files
feat: refactor main workflow into test only
1 parent 0996bba commit 93eedc2

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
on:
77
push:
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
jobs:
13-
build:
13+
test:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
@@ -29,15 +29,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)