From 38ff66f94037fe2288904fb8c4c86b029c0edaf2 Mon Sep 17 00:00:00 2001 From: "o.lyttleton@ucl.ac.uk" Date: Wed, 26 Feb 2025 10:54:36 +0000 Subject: [PATCH] wip --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b62b399..217149b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -25,3 +25,4 @@ jobs: with: webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Running jest tests. 🍏 This job's status is ${{ job.status }}. + on-failure: Running jest tests. 🍏 This job's status is ${{ job.status }}.