Skip to content

Commit eb17c9a

Browse files
Update bot.yaml
1 parent 4ac43c3 commit eb17c9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/bot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ on:
44
push:
55
paths:
66
- 'caltechdata_api/cli.py'
7+
- 'caltechdata_api/customize_schema.py'
8+
- 'caltechdata_api/caltechdata_write.py'
9+
- 'caltechdata_api/caltechdata_edit.py'
710
- 'README.md'
811
pull_request:
912
paths:
1013
- 'caltechdata_api/cli.py'
14+
- 'caltechdata_api/customize_schema.py'
15+
- 'caltechdata_api/caltechdata_write.py'
16+
- 'caltechdata_api/caltechdata_edit.py'
1117
- 'README.md'
1218

1319
jobs:
@@ -48,3 +54,4 @@ jobs:
4854
run: |
4955
cd tests
5056
pytest test_unit.py
57+
pytest test_rdm.py

0 commit comments

Comments
 (0)