Skip to content

Commit

Permalink
skipping uniswap and openzeppelin test
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Feb 1, 2024
1 parent a324ab1 commit 097178c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ jobs:
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
run: |
npx hardhat --network local test ./test/ethers.js/ERC20.js
- name: 'Run tests: Uniswap'
- name: 'Run tests: Uniswap -- SKIPPING'
if: always()
timeout-minutes: 200
env:
DEPLOYER_PRIVATE_KEY: ${{ steps.testnode.outputs.ROOT_PRIVATE_KEY }}
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT2_PRIVATE_KEY }}
LOCAL_NODE_URL: 'http://127.0.0.1:8545'
run: |
cd ./extern/fevm-uniswap-v3-core && yarn install --frozen-lockfile && yarn compile && npx hardhat test test/UniswapV3Pool.spec.ts # && yarn test
- name: 'Run tests: OpenZeppelin'
echo skipping ; #cd ./extern/fevm-uniswap-v3-core && yarn install --frozen-lockfile && yarn compile && npx hardhat test test/UniswapV3Pool.spec.ts # && yarn test
- name: 'Run tests: OpenZeppelin -- SKIPPING'
if: always()
env:
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
Expand All @@ -141,4 +141,4 @@ jobs:
USER_4_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT4_PRIVATE_KEY }}
USER_5_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT5_PRIVATE_KEY }}
run: |
cd ./extern/openzeppelin-contracts/ && yarn && mkdir gasreport && npx hardhat --network itest test
echo skipping ; #cd ./extern/openzeppelin-contracts/ && yarn && mkdir gasreport && npx hardhat --network itest test

0 comments on commit 097178c

Please sign in to comment.