fix yarn test for CI

pull/1010/head
Audric Ackermann 5 years ago
parent a91d925384
commit 7de40e9ef7
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -434,8 +434,7 @@ Promise.prototype.ignore = function() {
if (
config.environment.includes('test') &&
!config.environment === 'swarm-testing1' &&
!config.environment === 'swarm-testing2'
!config.environment.includes('swarm-testing')
) {
const isWindows = process.platform === 'win32';
/* eslint-disable global-require, import/no-extraneous-dependencies */

Loading…
Cancel
Save