Skip to content

Commit

Permalink
feat: add effect repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 26, 2024
1 parent f6066d9 commit 2e61389
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 @@ -32,6 +32,7 @@ on:
- nuxt
- nuxt-test-utils
- elk
- effect
- excalidraw
- vue
- vite
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
- nuxt
- nuxt-test-utils
- elk
- effect
- 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 @@ -37,6 +37,7 @@ on:
- nuxt
- nuxt-test-utils
- elk
- effect
- 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 @@ -43,6 +43,7 @@ jobs:
- nuxt
- nuxt-test-utils
- elk
- effect
- excalidraw
- vue
- vite
Expand Down
10 changes: 10 additions & 0 deletions tests/effect.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: 'Effect-TS/effect',
test: 'test',
})
}

0 comments on commit 2e61389

Please sign in to comment.