From 5300d88a82d3e5bbc3e12068b628a6df56fbd687 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 17 May 2024 14:38:23 +0200 Subject: [PATCH] Use workflows with CI profile. --- .github/workflows/ci.yml | 3 +-- .github/workflows/coverage.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d12011..83b41b4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: 'GitHub CI' on: push: branches: - - master - main pull_request: @@ -34,4 +33,4 @@ jobs: - name: Build with Maven env: BROWSER: chrome-container - run: mvn -V --color always -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip' + run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Pci' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4114f3ee..66c8da0f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,7 +3,6 @@ name: 'CodeCov' on: push: branches: - - master - main pull_request: @@ -27,7 +26,7 @@ jobs: with: maven-version: 3.9.6 - name: Generate coverage with JaCoCo - run: mvn -V --color always -ntp clean verify '-Dgpg.skip' + run: mvn -V --color always -ntp clean verify -Pci - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.4.0 with: