From 9720231e47d99104ae54065a204a68bccf6954af Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Sat, 23 Nov 2024 01:47:55 -0800 Subject: [PATCH] .. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9500366..c77f434 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,15 @@ nx run-many -t e2e --parallel=2 --verbose --last-failed With additional flags: --last-failed=true +# ... + NX Ran target e2e for 2 projects (7s) + + With additional flags: + --last-failed=true + + ✔ 1/2 succeeded [0 read from cache] + + ✖ 1/2 targets failed, including the following: + + - nx run e2e-01:e2e ```