Merge pull request #1010 from loki-project/fix-yarn-test

fix yarn test for CI
pull/1012/head
Audric Ackermann 5 years ago committed by GitHub
commit 21f7c8b9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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