Skip to content

Commit bc32d49

Browse files
committed
ci: remove "test" step from publish snapshot workflow
- `verify` is implied in the `deploy` goal, used to publish the snapshot Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent feb020b commit bc32d49

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
2525
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2626

27-
- name: Build and Test
28-
run: mvn clean verify
29-
3027
- name: Generate Java docs
3128
run: mvn -Pjavadoc -B javadoc:aggregate
3229

0 commit comments

Comments
 (0)