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 36a349b commit ff8d20aCopy full SHA for ff8d20a
.github/workflows/bot.yaml
@@ -36,13 +36,13 @@ jobs:
36
pip install pytest requests s3fs cryptography
37
pip install .
38
39
- - name: Run CaltechDATA Metadata Validation
+ - name: Run against CaltechData Test system
40
env:
41
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
42
run: |
43
- python tests/bot_yaml.py
44
- - name: Run Unit Tests
+ pytest test_unit.py
+ - name: Run Medata Validation Test and RDM
45
46
cd tests
47
- pytest test_unit.py
+ python tests/bot_yaml.py
48
pytest test_rdm.py
0 commit comments