-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
49 lines (48 loc) · 1.17 KB
/
moon.yml
File metadata and controls
49 lines (48 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/evals-suite-onechat'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/evals-suite-onechat'
type: unknown
owners:
defaultOwner: '@elastic/workchat-eng'
toolchain:
default: node
language: typescript
project:
name: '@kbn/evals-suite-onechat'
description: Moon project for @kbn/evals-suite-onechat
channel: ''
owner: '@elastic/workchat-eng'
metadata:
sourceRoot: x-pack/platform/packages/shared/onechat/kbn-evals-suite-onechat
dependsOn:
- '@kbn/evals'
- '@kbn/onechat-common'
- '@kbn/tooling-log'
- '@kbn/core'
- '@kbn/scout'
tags:
- functional-tests
- package
- prod
- group-platform
- private
- jest-unit-tests
fileGroups:
src:
- '**/*.ts'
- '!target/**/*'
tasks:
jest:
args:
- '--config'
- $projectRoot/jest.config.js
inputs:
- '@group(src)'
jestCI:
args:
- '--config'
- $projectRoot/jest.config.js
inputs:
- '@group(src)'