Skip to content

Commit

Permalink
fix integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Nov 26, 2024
1 parent 2358eb2 commit 8f281bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f281bb

Please sign in to comment.