Skip to content

Commit

Permalink
Build with run-its profile
Browse files Browse the repository at this point in the history
We have an integration tests that should be executed on CI
  • Loading branch information
slawekjaranowski committed Jan 1, 2024
1 parent 829fda8 commit 7518eb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ name: GitHub CI

on: [push, pull_request]


jobs:
build:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
with:
maven_args: '--batch-mode --errors --show-version verify javadoc:javadoc -Prun-its'


# deploy:
# name: Deploy
Expand Down
6 changes: 3 additions & 3 deletions modello-maven-plugin/src/it/javadoc/src/main/mdo/model.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<classes>
<class rootElement="true">
<name>Root</name>
<name>TestRoot</name>
<version>1.0.0+</version>
<fields>
<field>
Expand All @@ -43,15 +43,15 @@
<type>List</type>
<association>
<type>String</type>
<multiplicity>1</multiplicity>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>setField</name>
<type>Set</type>
<association>
<type>String</type>
<multiplicity>1</multiplicity>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
Expand Down

0 comments on commit 7518eb5

Please sign in to comment.