Skip to content

Commit 7eec8d2

Browse files
author
Arghya Dutta
committed
Updated workflow copy
1 parent 3dc92c4 commit 7eec8d2

2 files changed

Lines changed: 236 additions & 235 deletions

File tree

.github/workflows/sample_unit_test copy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ jobs:
260260
261261
- name: "Build & Generate Coverage (GN/Ninja)"
262262
run: |
263-
# set -euo pipefail
263+
set -euo pipefail
264+
set +u
264265
source scripts/activate.sh
266+
set -u
265267
gn gen out/coverage --args='use_coverage=true'
266268
ninja -C out/coverage check -k 0
267269

0 commit comments

Comments
 (0)