Skip to content

Commit

Permalink
add plush files to run the CI (#3719)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Oct 30, 2023
1 parent 3050e62 commit 5743bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
PATTERNS: |
**/*.go
**/*.plush
go.mod
go.sum
**/testdata/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
PATTERNS: |
**/*.go
**/*.plush
go.mod
go.sum
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
PATTERNS: |
**/*.go
**/*.plush
go.mod
go.sum
**/testdata/**
Expand Down

0 comments on commit 5743bbb

Please sign in to comment.