Skip to content

Commit

Permalink
test code commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fborriello committed Oct 24, 2021
1 parent 8867773 commit ed508f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-default-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: "Build"
run: |
mvn clean install -B -DskipTests -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -P compatibility-mode
mvn release:clean release:prepare
git add . && git commit -m "Preparing next release" && git push
test-and-quality-check:
name: "Test and quality check"
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
run: |
mvn deploy --settings $GITHUB_WORKSPACE/settings.xml -B -U -P release -DskipTests=true
mvn release:clean release:prepare
git add . && git commit -m "Preparing next release" && git push
- name: "Send Slack Notification"
uses: rtCamp/action-slack-notify@v2
env:
Expand Down

0 comments on commit ed508f5

Please sign in to comment.