Skip to content

Commit fcb5b10

Browse files
committed
fix: testdata path filter
1 parent 2e2e518 commit fcb5b10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- "**/testdata/**"
5353
- "**/*_test.go"
5454
core-test-files:
55-
- "testdata/**.go"
55+
- "testdata/**"
5656
- "core/**/testdata/**"
57-
- "core/**_test.go"
57+
- "core/**/*_test.go"
5858
e2e-tests-files:
5959
- "system-tests/**"
6060
- "integration-tests/**"

0 commit comments

Comments
 (0)