mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Run bigger test matrix also for API-triggered builds
This commit is contained in:
parent
1f7822d5bb
commit
f9bb728164
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ matrix:
|
|||
services:
|
||||
- memcached
|
||||
-
|
||||
if: type = cron
|
||||
if: type IN (cron, api)
|
||||
php: 7.1
|
||||
env:
|
||||
- SYLIUS_SUITE="application"
|
||||
|
|
@ -34,7 +34,7 @@ matrix:
|
|||
packages:
|
||||
- parallel
|
||||
-
|
||||
if: type = cron
|
||||
if: type IN (cron, api)
|
||||
php: 7.2
|
||||
env:
|
||||
- SYLIUS_SUITE="application"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue