Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore: add e2e tests" #937

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,42 +52,6 @@ jobs:
cd packages/hardhat-zksync-vyper
yarn test

e2e:
strategy:
matrix:
os: [ubuntu]
name: Run E2E tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
with:
repository: matter-labs/local-setup
path: local-setup

- name: Run server
run: |
cd local-setup
./start.sh &>../server.log &

- uses: actions/setup-node@v2
with:
node-version: "18"
cache: yarn

- name: Wait until server is up
run: |
while ! curl -s -X POST -d '{"jsonrpc":"2.0","method":"net_version","id":1}' -H 'Content-Type: application/json' 0.0.0.0:3050; do sleep 1; done

- name: Run fixture-projects script
run: |
cd e2e
chmod +x run-fixture-projects.sh
./run-fixture-projects.sh
shell: bash


examples:
runs-on: ubuntu-latest
name: examples
Expand Down
2 changes: 0 additions & 2 deletions e2e/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions e2e/fixture-projects/clean/contracts/Greeter.sol

This file was deleted.

25 changes: 0 additions & 25 deletions e2e/fixture-projects/clean/hardhat.config.ts

This file was deleted.

20 changes: 0 additions & 20 deletions e2e/fixture-projects/clean/preprocess.sh

This file was deleted.

15 changes: 0 additions & 15 deletions e2e/fixture-projects/clean/test.sh

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/fixture-projects/compatability-check/contracts/ChildLib.sol

This file was deleted.

8 changes: 0 additions & 8 deletions e2e/fixture-projects/compatability-check/contracts/DLib.sol

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions e2e/fixture-projects/compatability-check/contracts/Math2Lib.sol

This file was deleted.

15 changes: 0 additions & 15 deletions e2e/fixture-projects/compatability-check/contracts/MathLib.sol

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/fixture-projects/compatability-check/contracts/TestCoin.sol

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions e2e/fixture-projects/compatability-check/hardhat.config.ts

This file was deleted.

Loading
Loading