mirror of https://github.com/citusdata/citus.git
CI: Check 12
parent
fcbe7ddf70
commit
b5c2cb2608
|
@ -65,6 +65,20 @@ jobs:
|
||||||
flags: 'test_11,multi'
|
flags: 'test_11,multi'
|
||||||
|
|
||||||
|
|
||||||
|
test-12_check-multi:
|
||||||
|
docker:
|
||||||
|
- image: 'citus/exttester-12:latest'
|
||||||
|
working_directory: /home/circleci/project
|
||||||
|
steps:
|
||||||
|
- attach_workspace:
|
||||||
|
at: .
|
||||||
|
- run:
|
||||||
|
name: 'Install and Test (check-multi)'
|
||||||
|
command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-multi'
|
||||||
|
- codecov/upload:
|
||||||
|
flags: 'test_12,multi'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Reference in New Issue