Skip to content

Commit 610ce8a

Browse files
committed
fix(angular): add outputs to e2e-ci
1 parent 64e66ae commit 610ce8a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
done
107107
timeout-minutes: 100
108108

109+
110+
- name: Check for test results
111+
run: tree e2e
112+
109113
- name: Install dependencies for golden test monitor
110114
run: pnpm install axios
111115

e2e/angular/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"projectType": "application",
66
"implicitDependencies": ["angular"],
77
"// targets": "to see all targets run: nx show project e2e-angular --web",
8-
"targets": {}
8+
"targets": {
9+
"e2e-ci": {
10+
"outputs": ["{workspaceRoot}/e2e/{projectRoot}/test-results.json"]
11+
}
12+
}
913
}

0 commit comments

Comments
 (0)