Skip to content
Snippets Groups Projects
Commit d4bc4a3a authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

first try

parent 552ee27f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ inputs:
SONAR_TOKEN:
description: 'A sonar token'
required: true
MSTEAMS_WEBHOOK:
description: 'MS Teams webhook URI'
required: true
runs:
using: "composite"
steps:
......@@ -27,10 +29,10 @@ runs:
# it uses env variables from github secrets for the credentials
# to github, dockerhub and sonar.
- name: Build and test with Maven in docker
run: ./mvn.sh clean verify
run: mvn.sh clean verify
shell: bash
- name: Deploy Maven Artifacts
run: ./mvn.sh deploy
run: mvn.sh deploy
shell: bash
- name: Notify dedicated teams channel of Success
uses: dragos-cojocari/ms-teams-notification@v1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment