From b3c93b955104741406fd114d0448fe5e841096f7 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Mon, 15 Jul 2024 20:54:25 +0300 Subject: [PATCH] updated CI --- .github/workflows/{maven.yml => ci.yml} | 2 -- 1 file changed, 2 deletions(-) rename .github/workflows/{maven.yml => ci.yml} (86%) diff --git a/.github/workflows/maven.yml b/.github/workflows/ci.yml similarity index 86% rename from .github/workflows/maven.yml rename to .github/workflows/ci.yml index 8d7cb33..cc01724 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - - name: Install dependencies - run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - name: Run tests and collect coverage run: mvn -B test - name: Upload coverage reports to Codecov