Skip to content

Commit

Permalink
invoker-plugin: install before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Feb 25, 2024
1 parent af37028 commit 9110995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mvn -B install -DskipTests
cd $GITHUB_WORKSPACE
- name: Run Maven
run: mvn -B install site -Pintegration-tests,code-analysis,bundles,jlink -Dinvoker.streamLogs=true
run: mvn -B install site -Pintegration-tests,code-analysis,bundles,jlink
platform-integration:
name: "Platform Integration (JDK: ${{ matrix.jdk }}, OS: ${{ matrix.os }})"
needs: [ tests-and-analysis ]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
mvn -B install -DskipTests
cd $GITHUB_WORKSPACE
- name: Run Maven
run: mvn -B install -Pjlink -Dinvoker.streamLogs=true
run: mvn -B install -Pjlink
coverage:
name: "Coverage"
needs: [ platform-integration ]
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ limitations under the License.
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 9110995

Please sign in to comment.