Skip to content

Commit ff8d20a

Browse files
Update bot.yaml
1 parent 36a349b commit ff8d20a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ 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:
4141
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
4242
run: |
43-
python tests/bot_yaml.py
44-
- name: Run Unit Tests
43+
pytest test_unit.py
44+
- name: Run Medata Validation Test and RDM
4545
run: |
4646
cd tests
47-
pytest test_unit.py
47+
python tests/bot_yaml.py
4848
pytest test_rdm.py

0 commit comments

Comments
 (0)