Skip to content

Commit

Permalink
ci: implementing new workflow using kash repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 11, 2024
1 parent c628f6a commit 43e7ae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
env:
TEST_RESULT: ${{ needs.run_tests.result }}
SLACK_WEBHOOK_LIBS: ${{ secrets.SLACK_WEBHOOK_LIBS }}
run: bash ./scripts/slack_notification.sh
run: |
ls -l
bash ./scripts/slack_notification.sh

0 comments on commit 43e7ae0

Please sign in to comment.