Skip to content

Commit 31b6b83

Browse files
committed
More debug
1 parent 25e0a02 commit 31b6b83

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,16 @@ jobs:
138138
bazel shutdown
139139
# DEBUG BEGIN
140140
echo >&2 "CHUCK BEFORE"
141-
top -l 1 -s 0 -o mem | head -n 25 >&2
141+
# top -l 1 -s 0 -o mem | head -n 25 >&2
142+
top -l 1 -s 0 -o mem >&2
142143
echo >&2 "run-tests"
143144
# DEBUG END
144-
./bazel-ci-bin/tests/run-tests
145+
# ./bazel-ci-bin/tests/run-tests
146+
./bazel-ci-bin/tests/run-tests || true
145147
# DEBUG BEGIN
146148
echo >&2 "CHUCK AFTER"
147-
top -l 1 -s 0 -o mem | head -n 25 >&2
149+
# top -l 1 -s 0 -o mem | head -n 25 >&2
150+
top -l 1 -s 0 -o mem >&2
148151
# DEBUG END
149152
bazel coverage //...
150153

0 commit comments

Comments
 (0)