Skip to content

Commit 8e17141

Browse files
committed
debug circleci
1 parent fd5ab41 commit 8e17141

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@ jobs:
3434
# For some reason, circleci needs the postinstall to be run explicitly.
3535
# This may be unnecessary once rules_nodejs uses nodejs 8
3636
- run: bazel run @nodejs//:npm run postinstall
37-
- run: bazel build src/...
37+
- run: bazel build src/cdk/...
38+
- run: bazel build src/lib/datepicker
3839
- save_cache:
3940
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
4041
paths:
4142
- "node_modules"
43+
debug:
44+
<<: *job_defaults
45+
steps:
46+
-run: cat /root/.cache/bazel/_bazel_root/049ed6f058a98cba95753eee774cab7a/server/jvm.out
4247

4348
workflows:
4449
version: 2

0 commit comments

Comments
 (0)