Skip to content

Commit a5bd6db

Browse files
committed
fix bug
1 parent 1e720ee commit a5bd6db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pika.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ jobs:
231231
../tests/integration/start_codis.sh
232232
233233
- name: Run Go E2E Tests
234-
echo "Cleaning up previous test data..."
235-
rm -rf ./db ./log ./pika_log ./dump ./*.log
236234
working-directory: ${{ github.workspace }}/build
237235
run: |
236+
echo "Cleaning up previous test data..."
237+
rm -rf ./db ./log ./pika_log ./dump ./*.log
238238
cd ../tools/pika_keys_analysis/
239239
go test -v ./...
240240
cd ../../tests/integration/

0 commit comments

Comments
 (0)