File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
- TASK=build
18
18
- TASK=atoms
19
+ - TASK=atoms_test
19
20
- TASK=atoms_tests TARGET=chrome
20
21
- TASK=atoms_tests TARGET=ff-legacy
21
22
- TASK=java TARGET=java_small_tests
25
26
- TASK=java TARGET=ff-legacy
26
27
- TASK=java TARGET=firefox-rc-test
27
28
- TASK=java TARGET=grid TOXENV=chrome
29
+ - TASK=java TARGET=htmlunit
28
30
- TASK=api_docs TARGET=java
29
31
- TASK=api_docs TARGET=py_
30
32
- TASK=api_docs TARGET="//rb:"
@@ -116,6 +118,10 @@ script:
116
118
./go //javascript/chrome-driver:atoms
117
119
./go //javascript/android-atoms:atoms ios_driver
118
120
fi
121
+ - |
122
+ if [[ $TASK == "atoms_test" ]]; then
123
+ ./go //java/client/test/org/openqa/selenium/atoms:test:run
124
+ fi
119
125
- |
120
126
if [[ $TASK == "atoms_tests" ]]; then
121
127
./go calcdeps
You can’t perform that action at this time.
0 commit comments