Skip to content

Commit

Permalink
no edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Oct 31, 2024
1 parent 7357f08 commit 3f26e9d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f26e9d

Please sign in to comment.