We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e720ee commit a5bd6dbCopy full SHA for a5bd6db
1 file changed
.github/workflows/pika.yml
@@ -231,10 +231,10 @@ jobs:
231
../tests/integration/start_codis.sh
232
233
- name: Run Go E2E Tests
234
- echo "Cleaning up previous test data..."
235
- rm -rf ./db ./log ./pika_log ./dump ./*.log
236
working-directory: ${{ github.workspace }}/build
237
run: |
+ echo "Cleaning up previous test data..."
+ rm -rf ./db ./log ./pika_log ./dump ./*.log
238
cd ../tools/pika_keys_analysis/
239
go test -v ./...
240
cd ../../tests/integration/
0 commit comments