Skip to content

Commit

Permalink
Merge branch 'refactor/simplify-project-structure' into test/validati…
Browse files Browse the repository at this point in the history
…on-workflow
  • Loading branch information
mcollovati authored Dec 26, 2023
2 parents 321b782 + 7e6d37d commit 8aa3928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5,483 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
run: |
set -x -e -o pipefail
cd vertx-vaadin-tests/
mvn -V -e -B -ntp clean verify -Dmaven.javadoc.skip=false -DtrimStackTrace=false -pl=-:vertx-vaadin-test-root-context -Dwebdriver.chrome.driver=$(which chromedriver)
mvn -V -e -B -ntp verify -Dmaven.javadoc.skip=false -DtrimStackTrace=false -pl=-:vertx-vaadin-test-root-context -Dwebdriver.chrome.driver=$(which chromedriver)
- name: Dump threads
if: ${{ cancelled() }}
run: |
Expand All @@ -265,6 +265,9 @@ jobs:
echo
echo
done
- name: Print verticle.log
#if: ${{ failure() || success() }}
if: ${{ always() }}
- name: Package test output files
#if: ${{ failure() || success() }}
if: ${{ always() }}
Expand Down
Loading

0 comments on commit 8aa3928

Please sign in to comment.