Skip to content

Commit

Permalink
print space usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Aug 9, 2024
1 parent 46ac102 commit 4016354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4016354

Please sign in to comment.