From 5390cb8cdce14177a5e5c356abf08b0250236bac Mon Sep 17 00:00:00 2001 From: VSuryaprasad-HCL Date: Thu, 6 Feb 2025 12:02:24 +0000 Subject: [PATCH] tetsting from sonic-mgmt --- .github/workflows/ci.yml | 4 ++-- sonic-mgmt/test.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 sonic-mgmt/test.py diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8f722a..c49dc52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] - path: - - 'sonic-mgmt/sdn_tests/**' + # path: + # - 'sonic-mgmt/sdn_tests/**' jobs: build: diff --git a/sonic-mgmt/test.py b/sonic-mgmt/test.py new file mode 100644 index 0000000..18ccd5b --- /dev/null +++ b/sonic-mgmt/test.py @@ -0,0 +1 @@ +print("testing from sonic-mgmt")