adding more tests in workflow

This commit is contained in:
Frédérick Pruneau 2026-02-05 11:47:05 -05:00
parent 314f7d1a8c
commit 5e052b1d62
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -31,3 +31,14 @@ jobs:
- name: Run tests - name: Run tests
run: npm test run: npm test
alert_on_failure:
needs: test
runs-on: ubuntu-24.04
#if: ${{ needs.test.result == 'failure' }}
steps:
- name: Notify Google Chat
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps
uses: SimonScholz/google-chat-action@3b3519e5102dba8aa5046fd711c4b553586409bb # v1.1.0
with:
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'