Commit ed088ee1 authored by smartcontracts's avatar smartcontracts Committed by GitHub

temporarily disable hardhat example tests (#1071)

parent 48ece14c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment