Skip to content

Commit

Permalink
Revert "chore: add e2e tests (#869)" (#937)
Browse files Browse the repository at this point in the history
This reverts commit 5c05619.
  • Loading branch information
kiriyaga-txfusion authored Mar 21, 2024
1 parent 5c05619 commit ddf1a82
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 14,928 deletions.
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.

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

This file was deleted.

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

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

0 comments on commit ddf1a82

Please sign in to comment.