Skip to content

Commit

Permalink
feat: add radix-vue to ecosystem-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jan 12, 2024
1 parent 1f5eac6 commit 6420d0f
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
- pinia
- quasar
- radix-vue
- router
- test-utils
- vant
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
- nuxt
- pinia
- quasar
- radix-vue
- router
- test-utils
- vant
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
- pinia
- quasar
- radix-vue
- router
- test-utils
- vant
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
- pinia
- quasar
- radix-vue
- router
- test-utils
- vant
Expand Down
11 changes: 11 additions & 0 deletions tests/radix-vue.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: 'radix-vue/radix-vue',
branch: 'main',
test: 'test',
})
}

0 comments on commit 6420d0f

Please sign in to comment.