improve drone

This commit is contained in:
Lunny Xiao 2021-06-10 20:46:47 +08:00
parent 848b76a8e0
commit 5bc9e15b2f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 3 additions and 1 deletions

View File

@ -65,9 +65,11 @@ steps:
commands: commands:
- make test-mysql - make test-mysql
- TEST_QUOTE_POLICY=reserved make test-mysql - TEST_QUOTE_POLICY=reserved make test-mysql
volumes: volumes:
- name: cache - name: cache
temp: {} host:
path: /tmp/cache
services: services:
- name: mysql - name: mysql