Skip to content

Commit

Permalink
[MAINTENANCE] Run test profile for esa and eba plugins in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 24, 2025
1 parent 412cf66 commit 541c92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eba-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/esa-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 541c92b

Please sign in to comment.