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