Skip to content

Commit

Permalink
Remove redundant e2e tests step in workflow for cleaner execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ariWeinberg committed Jan 10, 2025
1 parent c247d85 commit f7c4b62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f7c4b62

Please sign in to comment.