Use actions instead of drone #2258

Merged
lunny merged 9 commits from use_actions into master 2023-05-25 10:15:10 +00:00
Showing only changes of commit 68f9194eea - Show all commits

View File

@ -37,19 +37,11 @@ jobs:
with:
go-version: 1.20
- uses: https://github.com/actions/checkout@v3
- name: test mysql
env:
TEST_MYSQL_HOST: mysql
TEST_MYSQL_CHARSET: utf8
TEST_MYSQL_DBNAME: xorm_test
TEST_MYSQL_USERNAME: root
TEST_MYSQL_PASSWORD:
run: TEST_CACHE_ENABLE=true make test-mysql
- name: test mysql utf8mb4
env:
TEST_MYSQL_HOST: mysql
TEST_MYSQL_CHARSET: utf8mb4
TEST_MYSQL_DBNAME: xorm_test_mb4
TEST_MYSQL_DBNAME: xorm_test
TEST_MYSQL_USERNAME: root
TEST_MYSQL_PASSWORD:
run: TEST_QUOTE_POLICY=reserved make test-mysql-tls