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

improves action

parent d4bc4a3a
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ runs: ...@@ -29,10 +29,10 @@ runs:
# it uses env variables from github secrets for the credentials # it uses env variables from github secrets for the credentials
# to github, dockerhub and sonar. # to github, dockerhub and sonar.
- name: Build and test with Maven in docker - name: Build and test with Maven in docker
run: mvn.sh clean verify run: ${{ github.action_path }}/mvn.sh clean verify
shell: bash shell: bash
- name: Deploy Maven Artifacts - name: Deploy Maven Artifacts
run: mvn.sh deploy run: ${{ github.action_path }}/mvn.sh deploy
shell: bash shell: bash
- name: Notify dedicated teams channel of Success - name: Notify dedicated teams channel of Success
uses: dragos-cojocari/ms-teams-notification@v1.0.0 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