From a93500488a396c80b9bbc7f63a4f8979f7d33a80 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 12 Jul 2023 08:35:39 +0200 Subject: [PATCH] update github e2e workflow file to reporting related changes --- .github/workflows/test-e2e.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 30845ee16..6ac237fb3 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -29,17 +29,15 @@ 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 cypress/ - yarn - - - name: cypress | Fullstack tests - id: e2e-tests - run: | cd backend yarn install yarn build cd .. - yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} ) + yarn install + + - name: cypress | Fullstack tests + id: e2e-tests + run: yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} ) ########################################################################## # UPLOAD SCREENSHOTS - IF TESTS FAIL #####################################