Skip to content

Commit

Permalink
try to wrap with single quoates
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 10, 2023
1 parent cd4efa6 commit 5ae7700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ jobs:
name: "Test coverage - 1155"
with:
package: "1155-contracts"
files_to_ignore: "\"*DeploymentConfig*\" \"*Redeem*\" \"*deployment*\" \"*packages*\""
files_to_ignore: '"*DeploymentConfig*" "*Redeem*" "*deployment*" "*packages*"'

coverage-protocol-rewards:
uses: ./.github/workflows/coverage.yml
name: "Test coverage - protocol rewards"
with:
package: "protocol-rewards"
files_to_ignore: "\"*lib*\"
files_to_ignore: '"*lib*"'

0 comments on commit 5ae7700

Please sign in to comment.