Commit 6f73a7e
authored
Fix v3 CI path filter case and remove stale files entry (#4465)
## Description
Two small cleanups:
- The path filter in `rngh-api-v3.yml` pointed at `API_V3.test.tsx`, but
the file is `api_v3.test.tsx` and GitHub path filters are
case-sensitive, so a PR touching only the v3 test suite never triggered
the workflow. The mismatch has been there since the workflow was added
in #3838. Also lowercased the pattern in the `yarn test` step to match
the file literally (it worked before only because jest matches patterns
case-insensitively).
- Removed `android/common/src/main/java/` from `files` in `package.json`
- the directory was deleted in #3544, npm silently ignores the unmatched
entry.
## Test plan
- `npx jest --listTests RelationsTraversal api_v3` still selects both
test files.1 parent a51bb25 commit 6f73a7e
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments