Skip to content

Commit

Permalink
feat: add elk
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 25, 2024
1 parent 1e23005 commit cffc39b
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -31,6 +31,7 @@ on:
- "-"
- nuxt
- nuxt-test-utils
- elk
- excalidraw
- vue
- vite
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
suite:
- nuxt
- nuxt-test-utils
- elk
- excalidraw
- 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 @@ -36,6 +36,7 @@ on:
options:
- nuxt
- nuxt-test-utils
- elk
- excalidraw
- 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 @@ -42,6 +42,7 @@ jobs:
suite:
- nuxt
- nuxt-test-utils
- elk
- excalidraw
- vue
- vite
Expand Down
10 changes: 10 additions & 0 deletions tests/elk.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'elk-zone/elk',
test: 'test:unit:ci',
})
}

0 comments on commit cffc39b

Please sign in to comment.