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

adds shell.

parent c06200b2
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,10 @@ runs:
# to github, dockerhub and sonar.
- name: Build and test with Maven in docker
run: ./mvn.sh clean verify
shell: bash
- name: Deploy Maven Artifacts
run: ./mvn.sh deploy
shell: bash
- name: Notify dedicated teams channel of Success
uses: dragos-cojocari/ms-teams-notification@v1.0.0
if: ${{ success() }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment