diff --git a/customer/src/services/customer-service.test.js b/customer/src/services/customer-service.test.js index 71b27c3..e7f2e5a 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 describe("SignIn", () => { // Which Scenario we are testing + //added this line to test CI workflow using github actions test("validate user inputs", () => {}); test("Validate response", async () => {});