From 7e0386ce164a409728b6993b8b5e384c0d3e7dcb Mon Sep 17 00:00:00 2001 From: Ali Ghaedrahmat Date: Sat, 9 May 2026 15:11:04 +0330 Subject: [PATCH] final --- .github/workflows/maven.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 1ce816f..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Java CI with Maven - -on: - push: - branches: [ "main", "develop" ] - pull_request: - branches: [ "main", "develop" ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven - - name: Build and test with Maven - run: mvn -B test --file pom.xml