From 281f3419f28c38621130eca795f1d0f8c822de2e Mon Sep 17 00:00:00 2001 From: zalameavictoria-dotcom Date: Sun, 24 May 2026 13:29:22 -0700 Subject: [PATCH 1/2] docs: hello world commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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/) From bf75605bd34f2a6a276f08f5aa186b06836f32c4 Mon Sep 17 00:00:00 2001 From: zalameavictoria-dotcom Date: Sun, 24 May 2026 14:15:52 -0700 Subject: [PATCH 2/2] docs: zalamea-victoria dap20 capstone commit --- .github/workflows/testsPython.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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