Skip to content

Commit

Permalink
misc(ci): Integration tests with MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Mar 11, 2021
1 parent 9efb2a4 commit fe38a93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,14 @@ jobs:
yarn lerna run --concurrency 1 --stream --no-prefix integration:mysql
env:
TEST_MYSQL_VERSION: 5.7
- name: Run Clickhouse Integration with 21.1.2
- name: Run MySQL Integration with 8
timeout-minutes: 10
run: |
docker pull mysql:${TEST_MYSQL_VERSION}
yarn lerna run --concurrency 1 integration:mysql
env:
TEST_MYSQL_VERSION: 8.0
- name: Run Clickhouse Integration with 20.6
timeout-minutes: 10
run: |
docker pull yandex/clickhouse-server:${TEST_CLICKHOUSE_VERSION}
Expand Down

0 comments on commit fe38a93

Please sign in to comment.