Skip to content

Commit

Permalink
Updated test action to run on changes to the Inventory files
Browse files Browse the repository at this point in the history
File paths had changed so action also needed a change.
  • Loading branch information
zomglings committed Feb 3, 2023
1 parent 4248b2f commit 78f0d20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/inventory.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Inventory system tests
on:
pull_request:
paths:
- "contracts/inventory/**"
- "contracts/facets/InventoryFacet.sol"
- "contracts/libraries/LibInventory.sol"
- "game7ctl/game7ctl/test_inventory.py"
- "game7ctl/game7ctl/InventoryFacet.py"
- "game7ctl/game7ctl/Diamond*"
- "game7ctl/game7ctl/OwnershipFacet.py"
- ".github/workflows/inventory.test.yml"
- "brownie-config.yaml"
branches:
- main
- develop
Expand Down

0 comments on commit 78f0d20

Please sign in to comment.