We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93918cf commit 0318df3Copy full SHA for 0318df3
.github/workflows/check-build.yml
@@ -41,6 +41,15 @@ jobs:
41
distribution: ${{ matrix.distribution }}
42
java-version: ${{ matrix.java }}
43
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-
53
54
- name: Build with Maven
55
run: ./mvnw -B clean package -Pproduction
0 commit comments