We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac43c3 commit eb17c9aCopy full SHA for eb17c9a
.github/workflows/bot.yaml
@@ -4,10 +4,16 @@ on:
4
push:
5
paths:
6
- 'caltechdata_api/cli.py'
7
+ - 'caltechdata_api/customize_schema.py'
8
+ - 'caltechdata_api/caltechdata_write.py'
9
+ - 'caltechdata_api/caltechdata_edit.py'
10
- 'README.md'
11
pull_request:
12
13
14
15
16
17
18
19
jobs:
@@ -48,3 +54,4 @@ jobs:
48
54
run: |
49
55
cd tests
50
56
pytest test_unit.py
57
+ pytest test_rdm.py
0 commit comments