From f9fb69da31c1fe1ec6ef4ca3f382663e80971816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 30 Oct 2024 18:31:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20now=20green,=20notify=20failures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a68332..1134be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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