Skip to content

Commit 1613945

Browse files
Update bot.yaml
1 parent 57435f3 commit 1613945

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/bot.yaml

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

0 commit comments

Comments
 (0)