From d65f87c1a8a396c6944b37a6b48256c8535540dc Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 11 Jul 2023 20:41:38 +0200 Subject: [PATCH] update github e2e workflow file to reporting related changes --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 1ea05d1cb..d85a265f1 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -29,7 +29,7 @@ jobs: wget --no-verbose -O /opt/cucumber-json-formatter "https://github.com/cucumber/json-formatter/releases/download/v19.0.0/cucumber-json-formatter-linux-386" chmod +x /opt/cucumber-json-formatter sudo ln -fs /opt/cucumber-json-formatter /usr/bin/cucumber-json-formatter - cd e2e-tests/ + cd cypress/ yarn - name: cypress | Fullstack tests