diff --git a/.github/workflows/testsPython.yml b/.github/workflows/testsPython.yml index 452f71d..c65e8b8 100644 --- a/.github/workflows/testsPython.yml +++ b/.github/workflows/testsPython.yml @@ -73,7 +73,7 @@ jobs: - name: Notify on test results run: | if [ "${{ needs.python-unit-tests.result }}" == "success" ]; then - echo "success notifications go here" + echo "success notifications go here - SUCCESS!" else - echo "failure notifications go here" + echo "failure notifications go here - FAILURE! Please check the test results and fix the issues." fi diff --git a/README.md b/README.md index 28065c8..9a3114e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Agentic AI Workflow Example +Hello World!!!! + [![FullStackWithLawrence](https://a11ybadges.com/badge?text=FullStackWithLawrence&badgeColor=orange&logo=youtube&logoColor=282828)](https://www.youtube.com/@FullStackWithLawrence)
[![OpenAI](https://a11ybadges.com/badge?logo=openai)](https://platform.openai.com/) [![Docker](https://a11ybadges.com/badge?logo=docker)](https://docs.docker.com/)