build: update bazel ignore paths

This commit is contained in:
Alan Agius 2022-04-14 15:34:56 +02:00
parent 8cb94fb127
commit 0d9635eefe
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1,4 @@
.git
dist
node_modules
integration

View File

@ -75,11 +75,7 @@ jobs:
steps:
- custom_attach_workspace
- copy-bazel-config
- run:
command: yarn bazel test //...
# This timeout provides time for the actual tests to timeout and report status
# instead of CircleCI stopping the job without test failure information.
no_output_timeout: 20m
- run: yarn bazel test //...
- run: scripts/build-modules-dist.sh
- save_cache: