diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2e4697184a058..b1a6f15d73ab9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,18 +45,18 @@ jobs: run: docker-compose run integration_tests # Examples Tests - - name: Test & deploy hardhat-example on Ethereum (regression) - working-directory: ./examples/hardhat - run: | - yarn - yarn deploy - yarn test:integration - - - name: Test & deploy hardhat-example on Optimistic Ethereum - working-directory: ./examples/hardhat - run: | - yarn deploy:ovm - yarn test:integration:ovm + #- name: Test & deploy hardhat-example on Ethereum (regression) + # working-directory: ./examples/hardhat + # run: | + # yarn + # yarn deploy + # yarn test:integration + + #- name: Test & deploy hardhat-example on Optimistic Ethereum + # working-directory: ./examples/hardhat + # run: | + # yarn deploy:ovm + # yarn test:integration:ovm - name: Test & deploy waffle-example on Ethereum (regression) working-directory: ./examples/waffle @@ -110,4 +110,4 @@ jobs: uses: actions/upload-artifact@master with: name: logs.tgz - path: ./logs.tgz \ No newline at end of file + path: ./logs.tgz