Skip to content

Commit

Permalink
feat: add lerna-lite ecosystem test (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 9, 2024
1 parent c9b1f9a commit 75bf4e0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
- nuxt-test-utils
- elk
- effect
- lerna-lite
- zustand
- vue
- vite
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
- nuxt-test-utils
- elk
- effect
- lerna-lite
- zustand
- vue
- vite
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ on:
- nuxt-test-utils
- elk
- effect
- lerna-lite
- zustand
- vue
- vite
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- nuxt-test-utils
- elk
- effect
- lerna-lite
- zustand
- vue
- vite
Expand Down
11 changes: 11 additions & 0 deletions tests/lerna-lite.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'lerna-lite/lerna-lite',
test: 'pnpm test',
build: 'build',
})
}

0 comments on commit 75bf4e0

Please sign in to comment.