File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -58,28 +58,3 @@ build-2.2:
58
58
- script :
59
59
name : run integration tests
60
60
code : build/integration-tests.sh
61
- build-2.3 :
62
- steps :
63
- - install-packages :
64
- packages : git zip mysql-client libmcrypt-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev netcat-openbsd
65
- - add-ssh-key :
66
- keyname : GITHUB_DEPLOY
67
- host : github.com
68
- - add-to-known_hosts :
69
- hostname : github.com
70
- fingerprint : 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
71
- type : rsa
72
- - script :
73
- name : " Wait for MySQL connection"
74
- code : |
75
- while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
76
- - script :
77
- name : set up test system
78
- code : build/install-magento.sh 2.3.0
79
- - script :
80
- name : run unit tests
81
- cwd : /var/www/magento/vendor/integer-net/solr-magento2
82
- code : php ../../phpunit/phpunit/phpunit
83
- - script :
84
- name : run integration tests
85
- code : build/integration-tests.sh
You can’t perform that action at this time.
0 commit comments