Skip to content

Commit a3f84f0

Browse files
committed
fix: Install main SDK locally before Jackson extension tests
1 parent 40ebd97 commit a3f84f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ jobs:
8787
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
8888
cd ..
8989
90+
- name: Build and install Main SDK locally
91+
run: mvn clean install -DskipTests
92+
9093
- name: Run tests - Main SDK
91-
run: mvn clean test
94+
run: mvn test
9295

9396
- name: Run tests - Jackson Extension
9497
run: |

0 commit comments

Comments
 (0)