Skip to content

Commit

Permalink
remove cmd build job
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Jun 19, 2024
1 parent c4355dc commit 80acb8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

env:
JAVA_HOME: /usr/lib/jvm/java-21-openjdk/

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,11 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build and Test
uses: qcastel/github-actions-maven-cmd@master
with:
maven-args: "clean install -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"

- name: Release
uses: qcastel/github-actions-maven-release@master
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test-pr.yml

This file was deleted.

0 comments on commit 80acb8a

Please sign in to comment.