Skip to content

Commit

Permalink
only run integration test on failed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 30, 2019
1 parent d477a2b commit bf353ad
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions test/integration/test.js
Expand Up @@ -8,42 +8,42 @@ const del = require('del');
const chalk = require('chalk');

const packages = new Map([
['ava', 'https://github.com/avajs/ava'],
['chalk', 'https://github.com/chalk/chalk'],
['wrap-ansi', 'https://github.com/chalk/wrap-ansi'],
['np', 'https://github.com/sindresorhus/np'],
['ora', 'https://github.com/sindresorhus/ora'],
['p-map', 'https://github.com/sindresorhus/p-map'],
['os-locale', 'https://github.com/sindresorhus/os-locale'],
['execa', 'https://github.com/sindresorhus/execa'],
['pify', 'https://github.com/sindresorhus/pify'],
['boxen', 'https://github.com/sindresorhus/boxen'],
['make-dir', 'https://github.com/sindresorhus/make-dir'],
['listr', 'http://github.com/SamVerschueren/listr'],
['listr-update-renderer', 'http://github.com/SamVerschueren/listr-update-renderer'],
['clinton', 'http://github.com/SamVerschueren/clinton'],
['bragg', 'http://github.com/SamVerschueren/bragg'],
['bragg-router', 'http://github.com/SamVerschueren/bragg-router'],
['dev-time', 'http://github.com/SamVerschueren/dev-time'],
['decode-uri-component', 'https://github.com/SamVerschueren/decode-uri-component'],
['to-ico', 'https://github.com/kevva/to-ico'],
['download', 'https://github.com/kevva/download'],
['brightness', 'https://github.com/kevva/brightness'],
['decompress', 'https://github.com/kevva/decompress'],
['npm-conf', 'https://github.com/kevva/npm-conf'],
['imagemin', 'https://github.com/imagemin/imagemin'],
['color-convert', 'https://github.com/qix-/color-convert'],
// ['ava', 'https://github.com/avajs/ava'],
// ['chalk', 'https://github.com/chalk/chalk'],
// ['wrap-ansi', 'https://github.com/chalk/wrap-ansi'],
// ['np', 'https://github.com/sindresorhus/np'],
// ['ora', 'https://github.com/sindresorhus/ora'],
// ['p-map', 'https://github.com/sindresorhus/p-map'],
// ['os-locale', 'https://github.com/sindresorhus/os-locale'],
// ['execa', 'https://github.com/sindresorhus/execa'],
// ['pify', 'https://github.com/sindresorhus/pify'],
// ['boxen', 'https://github.com/sindresorhus/boxen'],
// ['make-dir', 'https://github.com/sindresorhus/make-dir'],
// ['listr', 'http://github.com/SamVerschueren/listr'],
// ['listr-update-renderer', 'http://github.com/SamVerschueren/listr-update-renderer'],
// ['clinton', 'http://github.com/SamVerschueren/clinton'],
// ['bragg', 'http://github.com/SamVerschueren/bragg'],
// ['bragg-router', 'http://github.com/SamVerschueren/bragg-router'],
// ['dev-time', 'http://github.com/SamVerschueren/dev-time'],
// ['decode-uri-component', 'https://github.com/SamVerschueren/decode-uri-component'],
// ['to-ico', 'https://github.com/kevva/to-ico'],
// ['download', 'https://github.com/kevva/download'],
// ['brightness', 'https://github.com/kevva/brightness'],
// ['decompress', 'https://github.com/kevva/decompress'],
// ['npm-conf', 'https://github.com/kevva/npm-conf'],
// ['imagemin', 'https://github.com/imagemin/imagemin'],
// ['color-convert', 'https://github.com/qix-/color-convert'],
['eslint-plugin-unicorn', 'https://github.com/sindresorhus/eslint-plugin-unicorn'],
['ky', 'https://github.com/sindresorhus/ky'],
['query-string', 'https://github.com/sindresorhus/query-string'],
['meow', 'https://github.com/sindresorhus/meow'],
['globby', 'https://github.com/sindresorhus/globby'],
['emittery', 'https://github.com/sindresorhus/emittery'],
['p-queue', 'https://github.com/sindresorhus/p-queue'],
['pretty-bytes', 'https://github.com/sindresorhus/pretty-bytes'],
['normalize-url', 'https://github.com/sindresorhus/normalize-url'],
['pageres', 'https://github.com/sindresorhus/pageres'],
['got', 'https://github.com/sindresorhus/got']
// ['ky', 'https://github.com/sindresorhus/ky'],
// ['query-string', 'https://github.com/sindresorhus/query-string'],
// ['meow', 'https://github.com/sindresorhus/meow'],
// ['globby', 'https://github.com/sindresorhus/globby'],
// ['emittery', 'https://github.com/sindresorhus/emittery'],
// ['p-queue', 'https://github.com/sindresorhus/p-queue'],
// ['pretty-bytes', 'https://github.com/sindresorhus/pretty-bytes'],
// ['normalize-url', 'https://github.com/sindresorhus/normalize-url'],
// ['pageres', 'https://github.com/sindresorhus/pageres'],
// ['got', 'https://github.com/sindresorhus/got']
]);

const typescriptPackages = new Set([
Expand Down

0 comments on commit bf353ad

Please sign in to comment.