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

index 8a4ae38b6a65435a576c70b9b605b1f57f50dc30..5e9dd7e6e27ab42cf458b090fdd33284e8529ecc 100644 (file)
@@ -28,6 +28,12 @@ commands:
       - run:
           name: "Test"
           command: "bazelisk test //:tests || true"
+
+      - store_test_results:
+          path: ~/project/bazel-testlogs/rest
+      - store_test_results:
+          path: ~/project/bazel-testlogs/webhook
+
       - run:
           name: "Build"
           command: "bazelisk build //:packages"
@@ -38,8 +44,6 @@ commands:
             mv ~/project/bazel-bin/packages* ~/project/artifacts
       - store_artifacts:
           path: ~/project/artifacts
-      - store_test_results:
-          path: ~/project/bazel-testlogs/
 
 jobs:
   build-linux-arm64: