Skip to content

Commit

Permalink
Add JBoss Modules to testing gamut
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Sep 21, 2023
1 parent 3daba84 commit 0890999
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,16 @@ jobs:
mvn -B -ntp versions:update-parent -DallowSnapshots=true -N
git diff pom.xml
mvn -B -ntp install -Djava8.home=${{env.JAVA_HOME_8_X64}} -Djava11.home=${{env.JAVA_HOME_11_X64}}
- name: Check out JBoss Modules
uses: actions/checkout@v4
with:
repository: jboss-modules/jboss-modules
path: jboss-modules

- name: Test JBoss Modules with updated parent
run: |
cd jboss-modules
mvn -B -ntp versions:update-parent -DallowSnapshots=true -N
git diff pom.xml
mvn -B -ntp install -Djava8.home=${{env.JAVA_HOME_8_X64}} -Djava11.home=${{env.JAVA_HOME_11_X64}}

0 comments on commit 0890999

Please sign in to comment.