- Notifications
You must be signed in to change notification settings - Fork20.6k
Commit1ad66ae
authored
Build: Run pretest before test:* npm scripts
Build was already happening in scripts like `test:browser` but those scriptswere missing `pretest`, meaning that running `npm install && npm test:browser`may have failed if `pretest` wasn't run before or if its results were out ofdate.Even worse, with such stale data some tests may erroneously succeed.This also removes a separate `pretest` step from GitHub Actions as it's nolonger needed.Closesgh-53381 parentace646f commit1ad66ae
2 files changed
+8
-11
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 77 |
| |
81 | 78 |
| |
82 | 79 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments
Comments
(0)