Skip to content

Commit 5ab87d1

Browse files
committed
Test cache option
1 parent dd4eda0 commit 5ab87d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-cache.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
cache: ['maven', 'gradle', 'sbt' ]
16+
cache: ['maven']
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
@@ -25,6 +25,9 @@ jobs:
2525
java-version: '21'
2626
cache: ${{ matrix.cache }}
2727

28+
- name: Build with Maven
29+
run: mvn -B package --file pom.xml
30+
2831
- name: Verify Java version
2932
run: java -version
3033

0 commit comments

Comments
 (0)