From 40163549bfe7f0f6f00c10de1c6e0328278321b9 Mon Sep 17 00:00:00 2001 From: cheniujh <1271435567@qq.com> Date: Fri, 9 Aug 2024 18:06:20 +0800 Subject: [PATCH] print space usage --- .github/workflows/pika.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index fc86272a92..c6c29f9e49 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -69,6 +69,7 @@ jobs: - name: Start codis, pika master and pika slave working-directory: ${{ github.workspace }}/build run: | + df -h chmod +x ../tests/integration/start_master_and_slave.sh ../tests/integration/start_master_and_slave.sh chmod +x ../tests/integration/start_codis.sh @@ -140,6 +141,7 @@ jobs: - name: Start codis, pika master and pika slave working-directory: ${{ github.workspace }}/build run: | + df -h chmod +x ../tests/integration/start_master_and_slave.sh ../tests/integration/start_master_and_slave.sh chmod +x ../tests/integration/start_codis.sh @@ -202,6 +204,7 @@ jobs: - name: Start codis, pika master and pika slave working-directory: ${{ github.workspace }}/build run: | + df -h chmod +x ../tests/integration/start_master_and_slave.sh ../tests/integration/start_master_and_slave.sh chmod +x ../tests/integration/start_codis.sh