Commit be00ec4
committed
ci: drop pre-existing lint gate + scope E2E to manual/nightly only
Two CI issues surfaced on PR #487 opening the ui-testing-framework
branch, both self-inflicted:
1. `npm run lint` exposed 47 errors + 360 warnings of pre-existing tech
debt. The PR's scope is adding tests, not landing a lint cleanup;
gating CI on it blocks this and any other PR until that cleanup
happens. Dropping the step for now. A proper lint re-enablement can
land on its own PR.
2. The E2E job tried to check out `dreamfactorysoftware/df-docker-dev`
which does not exist on the public org — that's a local-only dev
stack. Without a shared containerized DreamFactory image the E2E
can't provision its own backend. Switching the workflow to
manual-dispatch + nightly-cron-only until that infra lands; the
smoke specs still work fine when pointed at a live instance via
PLAYWRIGHT_BASE_URL.1 parent 3b99c1a commit be00ec4
2 files changed
Lines changed: 8 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 9 | | |
9 | | - | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 35 | | |
56 | 36 | | |
57 | 37 | | |
58 | 38 | | |
59 | 39 | | |
60 | | - | |
61 | | - | |
62 | 40 | | |
63 | | - | |
| 41 | + | |
64 | 42 | | |
65 | 43 | | |
66 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments