Skip to content

Commit

Permalink
🔧 now green, notify failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Oct 30, 2024
1 parent b1b1232 commit f9fb69d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
run: |
pytest --cov intercoop intercoop
- name: Notify
uses: Som-Energia/ghactions-notify@main
if: always()
with:
webhook: ${{ secrets.WEBHOOK_ALERTES_WEBAPPS }}


- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down Expand Up @@ -75,6 +82,11 @@ jobs:
working-directory: php
run: |
composer test
- name: Notify
uses: Som-Energia/ghactions-notify@main
if: always()
with:
webhook: ${{ secrets.WEBHOOK_ALERTES_WEBAPPS }}

coveralls_finish:
needs: build-python
Expand Down

0 comments on commit f9fb69d

Please sign in to comment.