Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Feb 26, 2024
1 parent 1144d9b commit d664018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Expose branch name
run: echo ${{ github.ref }}
Expand All @@ -33,15 +33,6 @@ jobs:
java-version: 17
distribution: 'zulu'
cache: maven
gpg-private-key: ${{ secrets.GPG_SECRET_KEYS }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: List keys
run: |
echo "GPG2"
gpg2 --list-secret
echo "GPG"
gpg --list-secret

# Prepare
- name: Prepare Maven Wrapper
Expand All @@ -52,14 +43,8 @@ jobs:
run: ./mvnw clean verify -U -B -ntp -T4

# itest
# - name: Run itest
# run: ./mvnw integration-test failsafe:verify -Pitest -ntp -U -B -T4

# Create a release
- name: Sign with Maven
run: ./mvnw -B -ntp -Prelease -DskipTests verify -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}"
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Run itest
run: ./mvnw integration-test failsafe:verify -Pitest -ntp -U -B -T4


# - name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build and run tests
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup JDK and .m2/settings.xml
- name: Set up JDK
Expand Down

0 comments on commit d664018

Please sign in to comment.