Skip to content

Commit

Permalink
Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Nov 22, 2023
1 parent 8635d34 commit 2867366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:

- name: Install Requirements
run: pip install -r requirements.txt

- name: Create .env
run: touch .env

- name: Run tests
run: brownie test --network hardhat
Expand Down

0 comments on commit 2867366

Please sign in to comment.