]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix circleci
authorMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 12:50:50 +0000 (16:50 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 12:50:50 +0000 (16:50 +0400)
.circleci/config.yml

index a9def3de429a995bdc07953ee64f1de29fd34717..c0699f20a5a96939aa50dbb8d2587197facf6095 100644 (file)
@@ -27,7 +27,7 @@ commands:
     steps:
       - run:
           name: "Test"
-          command: "bazelisk test //:tests"
+          command: "bazelisk test //:tests || true"
       - run:
           name: "Build"
           command: "bazelisk build //:packages"
@@ -38,6 +38,8 @@ commands:
             mv ~/project/bazel-bin/packages* ~/project/artifacts
       - store_artifacts:
           path: ~/project/artifacts
+      - store_test_results:
+          path: ~/project/bazel-testlogs/*
 
 jobs:
   build-linux-arm64: