From 5029b2fdbd7e555a1f9614f47b3c344063e9ef16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Tue, 23 Jul 2024 20:40:08 +0200 Subject: [PATCH] ci: add test for act failure --- .github/workflows/beekeeper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index f24e03ddd1f..a7695f5050a 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -183,6 +183,7 @@ jobs: if ${{ steps.pushsync-chunks-2.outcome=='failure' }}; then FAILED=pushsync-chunks-2; fi if ${{ steps.retrieval.outcome=='failure' }}; then FAILED=retrieval; fi if ${{ steps.manifest.outcome=='failure' }}; then FAILED=manifest; fi + if ${{ steps.act.outcome=='failure' }}; then FAILED=act; fi if ${{ steps.content-availability.outcome=='failure' }}; then FAILED=content-availability; fi curl -sSf -X POST -H "Content-Type: application/json" -d "{\"text\": \"**${RUN_TYPE}** Beekeeper Error\nBranch: \`${{ github.head_ref }}\`\nUser: @${{ github.event.pull_request.user.login }}\nDebugging artifacts: [click](https://$BUCKET_NAME.$AWS_ENDPOINT/artifacts_$VERTAG.tar.gz)\nStep failed: \`${FAILED}\`\"}" https://beehive.ethswarm.org/hooks/${{ secrets.TUNSHELL_KEY }} echo "Failed test: ${FAILED}"