This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch run-test-profile-for-esa-and-eba-plugins-in-workflows in repository https://gitbox.apache.org/repos/asf/aries.git
commit b283b71644192488ae46361eb2866287867c3a26 Author: Dominik Przybysz <[email protected]> AuthorDate: Fri Jan 24 19:21:25 2025 +0100 [MAINTENANCE] Run test profile for esa and eba plugins in workflows --- .github/workflows/eba-maven-plugin.yml | 2 +- .github/workflows/esa-maven-plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eba-maven-plugin.yml b/.github/workflows/eba-maven-plugin.yml index 2c2a1dcd1..97f86f74e 100644 --- a/.github/workflows/eba-maven-plugin.yml +++ b/.github/workflows/eba-maven-plugin.yml @@ -46,4 +46,4 @@ jobs: - name: Build shell: bash run: | - mvn -U -e -B -ntp clean install -f eba-maven-plugin/pom.xml + mvn -U -e -B -ntp clean install -f eba-maven-plugin/pom.xml -P run-its diff --git a/.github/workflows/esa-maven-plugin.yml b/.github/workflows/esa-maven-plugin.yml index 81bd9a7f1..1f2faea23 100644 --- a/.github/workflows/esa-maven-plugin.yml +++ b/.github/workflows/esa-maven-plugin.yml @@ -46,4 +46,4 @@ jobs: - name: Build shell: bash run: | - mvn -U -e -B -ntp clean install -f esa-maven-plugin/pom.xml + mvn -U -e -B -ntp clean install -f esa-maven-plugin/pom.xml -P run-its
