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

temporarily disable hardhat example tests (#1071)

parent 48ece14c
...@@ -45,18 +45,18 @@ jobs: ...@@ -45,18 +45,18 @@ jobs:
run: docker-compose run integration_tests run: docker-compose run integration_tests
# Examples Tests # Examples Tests
- name: Test & deploy hardhat-example on Ethereum (regression) #- name: Test & deploy hardhat-example on Ethereum (regression)
working-directory: ./examples/hardhat # working-directory: ./examples/hardhat
run: | # run: |
yarn # yarn
yarn deploy # yarn deploy
yarn test:integration # yarn test:integration
- name: Test & deploy hardhat-example on Optimistic Ethereum #- name: Test & deploy hardhat-example on Optimistic Ethereum
working-directory: ./examples/hardhat # working-directory: ./examples/hardhat
run: | # run: |
yarn deploy:ovm # yarn deploy:ovm
yarn test:integration:ovm # yarn test:integration:ovm
- name: Test & deploy waffle-example on Ethereum (regression) - name: Test & deploy waffle-example on Ethereum (regression)
working-directory: ./examples/waffle working-directory: ./examples/waffle
...@@ -110,4 +110,4 @@ jobs: ...@@ -110,4 +110,4 @@ jobs:
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with:
name: logs.tgz name: logs.tgz
path: ./logs.tgz path: ./logs.tgz
\ No newline at end of file
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