Skip to content

Commit

Permalink
merge-tests, merge-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Apr 25, 2024
1 parent 0af5910 commit ed7b5c4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
build-cache: read-write
maven-cache: read-write
artifact-name: helidon-cli
artifact-name: helidon-cli-dist
artifact-path: cli/impl/target/helidon-cli.zip
run: |
mvn ${MAVEN_ARGS} -T 8 \
Expand Down Expand Up @@ -129,6 +129,13 @@ jobs:
-Pbuild-cache \
-Dsurefire.reportNameSuffix=${{ matrix.platform }} \
verify
merge-tests:
runs-on: ubuntu-20.04
needs: test
steps:
- uses: actions/upload-artifact/merge@v4
with:
name: test-results
spotbugs:
needs: build
timeout-minutes: 15
Expand Down Expand Up @@ -222,3 +229,10 @@ jobs:
-Dsurefire.reportNameSuffix=native-image-${{ matrix.platform }} \
-Dtest=CliFunctionalV2Test#*Native* \
test
merge-cli:
runs-on: ubuntu-20.04
needs: cli
steps:
- uses: actions/upload-artifact/merge@v4
with:
name: helidon-cli

0 comments on commit ed7b5c4

Please sign in to comment.