Skip to content

Commit b1dcd62

Browse files
committed
add ember to ecosystem tests
1 parent a29bb0e commit b1dcd62

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/ember.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { runInRepo } from '../utils.ts'
2+
import type { RunOptions } from '../types.d.ts'
3+
4+
export async function test(options: RunOptions) {
5+
await runInRepo({
6+
...options,
7+
repo: 'embroider-build/embroider',
8+
branch: 'main',
9+
build: 'compile',
10+
test: 'test',
11+
})
12+
}

0 commit comments

Comments
 (0)