From 3f26e9d6d7310ffd79f5a0c267ac63e6ce09b25a Mon Sep 17 00:00:00 2001 From: chejinge Date: Thu, 31 Oct 2024 15:24:58 +0800 Subject: [PATCH] no edit --- .github/workflows/pika.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index 94d47daaf..2ca003774 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -204,18 +204,19 @@ jobs: ./pikatests.sh all clean - name: Start codis, pika master and pika slave - working-directory: ${{ github.workspace }} + working-directory: ${{ github.workspace }}/build run: | - cd tests/integration/ - chmod +x start_master_and_slave.sh - ./start_master_and_slave.sh - chmod +x ./tests/integration/start_codis.sh + chmod +x ../tests/integration/start_master_and_slave.sh + ../tests/integration/start_master_and_slave.sh + chmod +x ../tests/integration/start_codis.sh ../tests/integration/start_codis.sh - name: Run Go E2E Tests - working-directory: ${{ github.workspace }} + working-directory: ${{ github.workspace }}/build run: | - cd tests/integration/ + cd ../tools/pika_keys_analysis/ + go test -v ./... + cd ../../tests/integration/ chmod +x integrate_test.sh sh integrate_test.sh