Skip to content

Commit

Permalink
ci: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed May 31, 2024
1 parent 6c82d62 commit c4f618f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/forked.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
- name: Install Requirements
run: pip install -r requirements.txt

- name: Run node
run: npx hardhat node --fork https://mainnet.infura.io/v3/$WEB3_INFURA_PROJECT_ID

- name: Run Tests
run: brownie test tests/forked/ --network mainnet-fork -x
3 changes: 3 additions & 0 deletions .github/workflows/unitary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
- name: Install Requirements
run: pip install -r requirements.txt

- name: Run node
run: npx hardhat node

- name: Run Tests
run: brownie test -x --ignore=tests/forked/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-isort
Expand Down
2 changes: 1 addition & 1 deletion scripts/redeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def main():
"Contract instance will be created and destroyed at:",
accounts.at(sender, force=True).get_deployment_address(0),
)
print(f"Then submit the following raw transaction:\n\n'{serialized}")
print(f"Then submit the following raw transaction: \n\n'{serialized}")

0 comments on commit c4f618f

Please sign in to comment.