Skip to content

Commit

Permalink
Merge pull request #652 from protofire/fix-tmp-remove-npm-on-e2e
Browse files Browse the repository at this point in the history
fix: remove npm project from e2e and get rid of unnecessary code on e2e testing
  • Loading branch information
dbale-altoros authored Mar 5, 2025
2 parents bb9509b + 5e8c1a1 commit 6348e93
Show file tree
Hide file tree
Showing 18 changed files with 550 additions and 2,457 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coverage
node_modules
scripts
e2e
/_temp
6 changes: 3 additions & 3 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: solhint --version

- name: Run E2E Tests
run: cd e2e && npm install && npm test
run: npm run ci:e2e

e2e_windows:
runs-on: windows-latest
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: npm run lint

- name: Run E2E Tests
run: cd e2e && npm install && npm test
run: npm run ci:e2e

e2e_macos:
runs-on: macos-latest
Expand All @@ -109,4 +109,4 @@ jobs:
run: npm run lint

- name: Run Tests
run: cd e2e && npm install && npm test
run: npm run ci:e2e
Loading

0 comments on commit 6348e93

Please sign in to comment.