Skip to content

Commit

Permalink
Merge branch 'main' into fix/file-router/missing-route-after-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored Dec 9, 2024
2 parents 127e663 + 33efa09 commit 9c67785
Show file tree
Hide file tree
Showing 134 changed files with 2,322 additions and 1,954 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
push:
branches: [ main, '24.5', '24.4', '2.5', '1.5', '1.4' ]
branches: [ main, '24.6', '24.5', '24.4', '2.5', '1.5', '1.4' ]
paths-ignore:
- 'hilla-logo.svg'
- 'README.md'
Expand Down Expand Up @@ -291,6 +291,8 @@ jobs:
TB_LICENSE=${{secrets.TB_LICENSE}}
mkdir -p ~/.vaadin/
echo '{"username":"'`echo $TB_LICENSE | cut -d / -f1`'","proKey":"'`echo $TB_LICENSE | cut -d / -f2`'"}' > ~/.vaadin/proKey
- name: publish plugin to Maven Local
run: ./packages/java/gradle-plugin/gradlew --info -p packages/java/gradle-plugin build publishToMavenLocal -x functionalTest
- name: Test gradle-plugin's functional tests
run: ./packages/java/gradle-plugin/gradlew --info -p packages/java/gradle-plugin functionalTest
- name: Gradle ITs
Expand Down
Loading

0 comments on commit 9c67785

Please sign in to comment.