Skip to content

Commit

Permalink
feat: add example-layers-monorepo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored Jun 26, 2024
1 parent 977879f commit c765e4e
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 @@ -43,6 +43,7 @@ on:
- image
- pinia
- examples
- example-layers-monorepo
- bridge
- nuxt-com
- vite-pwa
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
- image
- pinia
- examples
- example-layers-monorepo
- bridge
- nuxt-com
- vite-pwa
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 @@ -48,6 +48,7 @@ on:
- image
- pinia
- examples
- example-layers-monorepo
- bridge
- nuxt-com
- vite-pwa
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 @@ -54,6 +54,7 @@ jobs:
- image
- pinia
- examples
- example-layers-monorepo
- bridge
- nuxt-com
- vite-pwa
Expand Down
11 changes: 11 additions & 0 deletions tests/example-layers-monorepo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { runInRepo } from '../utils.ts'
import type { RunOptions } from '../types.d.ts'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'nuxt/example-layers-monorepo',
build: ['prepare'],
test: ['pnpm run -r typecheck'],
})
}

0 comments on commit c765e4e

Please sign in to comment.