Commit 98f1d48
committed
fix(ci): correct workspace paths in E2E workflow filters
The e2e-android-test.yml and e2e-ios-test.yml workflows referenced
'cpp/**', 'nitrogen/**', and 'src/**' at repo root — directories that
no longer exist after the workspace migration to
'packages/react-native-quick-crypto/'. Result: every C++-only PR
silently skipped both E2E suites (PR #982 Phase 0, PR #983 Phase 1,
and PR #984 Phase 2 all hit this).
Updates both pull_request and push path filters to point at the
workspace locations. Each workflow file is itself in its own paths
filter, so this commit triggers the workflows on PR #984 to run for
the first time on this branch's C++ changes.1 parent 47b1d48 commit 98f1d48
2 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments