Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 26, 2023
1 parent cc82576 commit 7e6d37d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5,483 deletions.
2 changes: 1 addition & 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 Down
Loading

0 comments on commit 7e6d37d

Please sign in to comment.