Skip to content

Commit

Permalink
Testing github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Jul 31, 2024
1 parent 304c2e7 commit 5e2bce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
java-version: '21'
distribution: 'zulu'
cache: maven
- name: execute a keytool import function
shell: bash
env:
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
# - name: execute a keytool import function
# shell: bash
# env:
# KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
run: keytool -import -noprompt -trustcacerts -alias selfsigned -file ${{ github.workspace }}/src/test/resources/certs/test.crt -keystore "$JAVA_HOME/lib/security/cacerts" -storepass "$KEYSTORE_PASS"
- name: Build and test with Maven
run: ./mvnw -B package --file pom.xml

0 comments on commit 5e2bce9

Please sign in to comment.