This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 541c92b88 [MAINTENANCE] Run test profile for esa and eba plugins in
workflows
541c92b88 is described below
commit 541c92b88fdae5ef1fa106f3bae8736ffeb9ed75
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