hanahmily commented on code in PR #825:
URL: 
https://github.com/apache/skywalking-banyandb/pull/825#discussion_r2471863221


##########
.github/workflows/slow-test.yml:
##########
@@ -18,7 +18,7 @@ name: Slow Test
 
 on:
   schedule:
-    - cron: '0 20 * * *'
+    - cron: '0 * * * *'

Review Comment:
   Could you separate the repair test into an independent task from the slow 
test? 



##########
.github/workflows/test.yml:
##########
@@ -68,6 +68,15 @@ jobs:
           key: ${{ runner.os }}-test-tool-${{ hashFiles('**version.mk') }}
           restore-keys: |
             ${{ runner.os }}-test-tool-
+      - name: Generate codes
+        run: make generate
+      - name: Build Linux binaries
+        run: |
+          TARGET_OS=linux PLATFORMS=linux/amd64 make release
+      - name: Build docker image
+        run: |
+          make docker.build || make docker.build
+          docker image ls

Review Comment:
   Move the docker building to the property repair task.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to