From fc27db32769db5d5b9ecbfe14de2c5b6a41158ba Mon Sep 17 00:00:00 2001 From: devilsautumn Date: Wed, 31 Jul 2024 12:25:29 +0530 Subject: [PATCH] test zango project setup for e2e testing --- .github/workflows/e2e-cypress-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-cypress-tests.yml b/.github/workflows/e2e-cypress-tests.yml index 3a6d9fe0f..1a0ef3556 100644 --- a/.github/workflows/e2e-cypress-tests.yml +++ b/.github/workflows/e2e-cypress-tests.yml @@ -85,5 +85,4 @@ jobs: with: name: cucumber-html-report path: e2e-tests/cucumber-html-report.html - if-no-files-found: ignore - + if-no-files-found: ignore \ No newline at end of file