From 8f281bbcd3820e7e2ce6c0c83f750f039854e98b Mon Sep 17 00:00:00 2001 From: Dolev Farhi Date: Tue, 26 Nov 2024 18:23:15 -0500 Subject: [PATCH] fix integration --- .github/workflows/integration.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dd829fa..9c93c7c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -44,14 +44,7 @@ jobs: run: | pip3 install pytest requests python3 -m pytest ./lab/tests/* - - - name: Slack Notification Success - id: notify_success - - #if: steps.deploy.outcome == 'success' && steps.test.outcome == 'success' - #run: | - # curl -X POST -H 'Content-type: application/json' --data '{"text":"[SUCCESS] Integration test (https://github.com/dolevf/Black-Hat-Bash/actions/runs/${{github.run_id}})"}' ${{ secrets.SLACK_WEBHOOK }} - + - name: Slack Notification Failure id: notify_failure