Skip to content

Commit 0318df3

Browse files
committed
Cache Vaadin prod bundles
1 parent 93918cf commit 0318df3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ jobs:
4141
distribution: ${{ matrix.distribution }}
4242
java-version: ${{ matrix.java }}
4343
cache: 'maven'
44+
45+
- name: Cache Vaadin prod bundles
46+
uses: actions/cache@v4
47+
with:
48+
path: |
49+
**/bundles/prod.bundle
50+
key: ${{ runner.os }}-vaadin-prod-bundles-${{ hashFiles('**/pom.xml') }}
51+
restore-keys: |
52+
${{ runner.os }}-vaadin-prod-bundles-
4453
4554
- name: Build with Maven
4655
run: ./mvnw -B clean package -Pproduction

0 commit comments

Comments
 (0)