Skip to content

Commit 24fc813

Browse files
committed
ci: No tests (#2)
1 parent e1e9c71 commit 24fc813

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/maven-central-release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ jobs:
2929
with:
3030
java-version: 17
3131
distribution: corretto
32-
- name: Build and Test
33-
run: mvn clean verify
32+
# - name: Setup Node.js
33+
# uses: actions/setup-node@v4
34+
# with:
35+
# node-version: '20'
36+
# - name: Build and Test
37+
# run: mvn clean verify
3438
- name: Publish to GitHub Packages
35-
run: mvn -X -Drevision=${RELEASE_VERSION} --batch-mode deploy
39+
run: mvn -X -Drevision=${RELEASE_VERSION} -DskipTests --batch-mode deploy
3640
env:
3741
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)