From 3237e3a88226d5b356eeb7ee6541156fea741b5d Mon Sep 17 00:00:00 2001 From: Es Date: Sun, 31 Mar 2024 18:37:14 +0300 Subject: [PATCH] check workflow work correctly --- customer/src/services/customer-service.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/src/services/customer-service.test.js b/customer/src/services/customer-service.test.js index 7e6a6a0..7a49917 100644 --- a/customer/src/services/customer-service.test.js +++ b/customer/src/services/customer-service.test.js @@ -3,6 +3,7 @@ describe("CustomerService", () => { // which function it is describe("SignIn", () => { // which scenario we are testing + // Added this additional test to test CI Workflow working test("Validate user inputs", () => { })