Skip to content

Commit

Permalink
feat(tests): add tests for @nxext/stencil (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper authored Jun 23, 2023
1 parent e7d9d73 commit 0b5686d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- nx-rspack
- nxext-svelte
- nxext-solid
- nxext-stencil
- nxext-vue
- nxext-capacitor
- nxext-ionic-angular
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 @@ -29,6 +29,7 @@ jobs:
- nx-rspack
- nxext-svelte
- nxext-solid
- nxext-stencil
- nxext-vue
- nxext-capacitor
- nxext-ionic-angular
Expand Down
12 changes: 12 additions & 0 deletions tests/nxext-stencil.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'nxext/nx-extensions',
branch: 'main',
build: ['build stencil'],
test: ['test stencil'],
})
}

0 comments on commit 0b5686d

Please sign in to comment.