Skip to content

Commit

Permalink
Add two projects to integration test (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 7, 2022
1 parent 8dfd5a7 commit ba21fc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -66,6 +66,7 @@ jobs:
- "10"
- "11"
- "12"
- "13"
env:
TIMING: 1
runs-on: ubuntu-latest
Expand Down
10 changes: 10 additions & 0 deletions test/integration/projects.mjs
Expand Up @@ -189,6 +189,16 @@ export default [
// These two project use `decorator`, try to enable when we use `@babel/eslint-parser`
// 'https://github.com/untitled-labs/metabase-custom',
// 'https://github.com/TheThingsNetwork/lorawan-stack',
[
'https://github.com/zloirock/core-js',
{
repository: 'https://github.com/rollup/rollup',
ignore: [
'test/**',
'scripts/perf.js',
],
},
],
].flatMap((projectOrProjects, index) =>
Array.isArray(projectOrProjects)
? projectOrProjects.map(project => ({...normalizeProject(project), group: index}))
Expand Down

0 comments on commit ba21fc0

Please sign in to comment.