Skip to content

Commit 104f7cc

Browse files
Update bot.yaml
1 parent 1613945 commit 104f7cc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/bot.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,17 @@ jobs:
3636
pip install pytest requests s3fs cryptography
3737
pip install .
3838
39-
- name: Run CaltechDATA Metadata Validation
39+
- name: Run against CaltechData Test system
4040
env:
41-
CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}
42-
run: |
43-
python tests/bot_yaml.py
44-
- name: Run Unit Tests
41+
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
4542
run: |
4643
cd tests
4744
pytest test_unit.py
4845
pytest test_rdm.py
46+
- name: Run Medata Validation Test and RDM
47+
env:
48+
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
49+
run: |
50+
cd tests
51+
python bot_yaml.py
52+

0 commit comments

Comments
 (0)