Skip to content

Commit

Permalink
Delaying execution of integration tests to wait for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jun 27, 2019
1 parent 6bafd80 commit 0680023
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .drone.yml
Expand Up @@ -84,59 +84,59 @@ steps:
- ./libraries/vendor/bin/phpunit --testsuite Unit

- name: php72-integration
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.2
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration

- name: php73-integration
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.3
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration

- name: php74-integration
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.4
failure: ignore
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration

- name: php80-integration
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php8.0
failure: ignore
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration

- name: php72-integration-pgsql
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.2
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration --configuration phpunit-pgsql.xml.dist

- name: php73-integration-pgsql
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.3
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration --configuration phpunit-pgsql.xml.dist

- name: php74-integration-pgsql
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php7.4
failure: ignore
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration --configuration phpunit-pgsql.xml.dist

- name: php80-integration-pgsql
depends_on: [ phpcs ]
depends_on: [ npm ]
image: joomlaprojects/docker-images:php8.0
failure: ignore
commands:
Expand Down Expand Up @@ -233,6 +233,6 @@ services:

---
kind: signature
hmac: 026df74fd2f4ae587d4ae65d030d77998d230b1f3b3d7bee51b7067598485694
hmac: 820538ccb581f1e91a47d25610fd0ac047f954d60b6b364deedaad1fb04c0672

...

0 comments on commit 0680023

Please sign in to comment.