Commit e6331ff
test(functions-e2e): fail wrapper script fast on test-app build failure
The wrapper used set -uo pipefail (no -e) and did not check the test-app
install/build subshell result, so a failed npm install/build would fall
through to a skipped Jest run and exit 0, masking the failure. Guard the
install/build and propagate a non-zero exit (stopping Azurite first).
Addresses PR review feedback.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: e718bd1c-581f-4a9a-995a-62d4a38bbc861 parent 43c5a2b commit e6331ff
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
0 commit comments