Skip to content

Commit

Permalink
try with fixed shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 7, 2024
1 parent d15a224 commit 8d3c928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/solidity-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

env:
FOUNDRY_PROFILE: ci
product: "automation"
product: "shared"
base_ref: "7b7b9ddac6de536bc84b3b45bd6104948bbf2650"

jobs:
Expand Down Expand Up @@ -38,9 +38,9 @@ jobs:
- '!contracts/src/v0.8/**/testhelpers/**'
- '!contracts/src/v0.8/testhelpers/**'
- '!contracts/src/v0.8/vendor/**'
# fix me, this doesn't work, because it's and &&; need to to express it as a single one, or use a different step, but with any?
other_shared:
- modified|added: 'contracts/src/v0.8/interfaces/**/*.sol'
- modified|added: 'contracts/src/v0.8/*.sol'
- modified|added: 'contracts/src/v0.8/(interfaces/**/*.sol|*.sol)'
- *ignored
sol:
- modified|added: 'contracts/src/v0.8/**/*.sol'
Expand Down

0 comments on commit 8d3c928

Please sign in to comment.