This commit is contained in:
parent
4c2afcdc0c
commit
f47f047c4c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Generate test keystore
|
||||
run: keytool -keystore keystore.jks -storepass 123456 -keyalg rsa -genkey -alias mykey -dname "CN=Testing key"
|
||||
|
||||
- name: Build
|
||||
run: ./mvnw package
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue