Skip to content

Commit ea84479

Browse files
Added GitHub Action step to install dependencies separately from running tests
1 parent 8f8f321 commit ea84479

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
java-version: 17
2121
distribution: 'adopt'
2222

23+
- name: Install dependencies
24+
run: mvn install
25+
2326
- name: Execute tests
2427
run: mvn test
2528
env:

0 commit comments

Comments
 (0)