-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrobot.yaml
More file actions
33 lines (26 loc) · 777 Bytes
/
robot.yaml
File metadata and controls
33 lines (26 loc) · 777 Bytes
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
# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-robotyaml
tasks:
Produce:
shell: python -m robocorp.tasks run tasks -t "producer"
Consume:
shell: python -m robocorp.tasks run tasks -t "consumer"
# The report task is not include in the tasks/main_tasks.py file but can still
# be called by name via a tasks here.
Report:
shell: python -m robocorp.tasks run tasks -t "reporter"
UNIT TESTS:
shell: python -m pytest -v tests
devTasks: {}
environmentConfigs:
- environment_windows_amd64_freeze.yaml
- environment_linux_amd64_freeze.yaml
- environment_darwin_amd64_freeze.yaml
- conda.yaml
ignoreFiles:
- .gitignore
artifactsDir: output
PATH:
- .
PYTHONPATH:
- .