From f7c4b62c40c2f201474885101fe4f7f41565379b Mon Sep 17 00:00:00 2001 From: ariWeinberg <66802642+ariWeinberg@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:15:46 +0200 Subject: [PATCH] Remove redundant e2e tests step in workflow for cleaner execution --- .github/workflows/tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 171c838c..6262457a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -125,9 +125,4 @@ jobs: git config --global user.name "$GITHUB_ACTOR" git config --global user.email "<>" - ./run.sh - - - name: e2e tests - working-directory: ./tests - run: | - ./run.sh + ./run.sh \ No newline at end of file