File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 25
25
- run : git submodule update --init
26
26
- run : sudo apt update
27
27
- run : sudo apt install -y rclone
28
- - run : pip install --user ' tox<5'
28
+ - run : pip install --user tox
29
29
- run : tox -e py310
30
30
- codecov/upload
31
+
32
+ tests-ext-theme :
33
+ docker :
34
+ - image : ' cimg/python:3.10'
35
+ environment :
36
+ TOX_POSARGS : ' '
37
+ - image : ' docker.elastic.co/elasticsearch/elasticsearch:8.10.2'
38
+ name : search
39
+ environment :
40
+ discovery.type : single-node
41
+ ES_JAVA_OPTS : -Xms750m -Xmx750m
42
+ ELASTIC_PASSWORD : password
43
+ # Disabled SSL for testing.
44
+ xpack.security.transport.ssl.enabled : ' false'
45
+ steps :
46
+ - checkout
47
+ - run : git submodule sync
48
+ - run : git submodule update --init
49
+ - run : sudo apt update
50
+ - run : sudo apt install -y rclone
51
+ - run : pip install --user tox
31
52
- run : tox -e ext-theme
32
53
33
54
tests-embedapi :
@@ -76,6 +97,7 @@ workflows:
76
97
jobs :
77
98
- checks
78
99
- tests
100
+ - tests-ext-theme
79
101
- tests-embedapi :
80
102
requires :
81
103
- checks
You can’t perform that action at this time.
0 commit comments