Skip to content

Commit

Permalink
temporarily disable hardhat example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts authored Jun 11, 2021
1 parent 48ece14 commit 59d42a3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: logs.tgz
path: ./logs.tgz
path: ./logs.tgz

0 comments on commit 59d42a3

Please sign in to comment.