]> git.puffer.fish Git - matthieu/nova.git/commitdiff
circleci
authorMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 11:30:24 +0000 (15:30 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 11:30:24 +0000 (15:30 +0400)
.circleci/config.yml
webhook/src/handler/tests/handler_integration.rs

index 6b102fa08014f7c3115919139f4fd67d1fd72877..a9def3de429a995bdc07953ee64f1de29fd34717 100644 (file)
@@ -11,7 +11,7 @@ commands:
       - run:
           name: Install bazel from go
           command: |
-            go get github.com/bazelbuild/bazelisk
+            go install github.com/bazelbuild/bazelisk
   setup-ci:
     description: |
       Prepare all the requirements for the CI
@@ -76,7 +76,8 @@ jobs:
       shell: powershell.exe
     steps:
       - run: systeminfo
-      - setup-ci
+      - checkout
+      - run: choco install bazelisk
       - restore_cache:
           keys:
             - bazel-cache-windows-{{ .Branch }}
index a2ec403a29689f06b5c04e5ddac6b0009f1b7ac7..d0767fc12bb4adb3ca58b5999a29f5672813aae1 100644 (file)
@@ -204,7 +204,6 @@ async fn response_400_when_invalid_json_body() {
     assert!(result.status() == 400);
 }
 
-
 #[tokio::test]
 async fn response_400_when_invalid_utf8_body() {
     let _ = TASK.deref();