Commit 2afe85a
Confitty Developer
fix(ci): disable Nx Cloud and trim to the essential steps
The build target inherits Nx Cloud cache by default, and the cloud
workspace returns 401 without an access token. Set NX_NO_CLOUD=true and
NX_DAEMON=false at the workflow level so the build runs entirely on the
runner and is not blocked by cloud auth.
Drop the cache step and the artifact upload while CI stabilises — both
are convenience layers, neither is required for "is this branch green".1 parent a8deb81 commit 2afe85a
1 file changed
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
0 commit comments