Skip to content

Commit 2501849

Browse files
Removes ci check step
1 parent efa898b commit 2501849

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,3 @@ jobs:
6565
run: |
6666
unzip -j /home/runner/work/*.zip -d app/libs/
6767
./gradlew test
68-
test_publish_to_maven:
69-
runs-on: ubuntu-latest
70-
# if: ${{ github.ref == 'refs/heads/master' }}
71-
permissions:
72-
contents: read
73-
steps:
74-
- uses: actions/checkout@v4
75-
- name: Set up JDK 8
76-
uses: actions/setup-java@v4
77-
with:
78-
java-version: '8'
79-
distribution: 'zulu'
80-
81-
- name: Test PublishToMaven
82-
run: ./gradlew publishToMavenLocal

0 commit comments

Comments
 (0)