Skip to content

Commit

Permalink
fixci
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Nov 5, 2024
1 parent 087cd0c commit e1babbf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,18 @@ 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 start_codis.sh
./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 ../../tests/integration/
chmod +x integrate_test.sh
sh integrate_test.sh
Expand Down

0 comments on commit e1babbf

Please sign in to comment.