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 1613945 commit 104f7ccCopy full SHA for 104f7cc
.github/workflows/bot.yaml
@@ -36,13 +36,17 @@ 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
- CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}
42
- run: |
43
- python tests/bot_yaml.py
44
- - name: Run Unit Tests
+ RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
45
run: |
46
cd tests
47
pytest test_unit.py
48
pytest test_rdm.py
+ - name: Run Medata Validation Test and RDM
+ env:
49
+ run: |
50
+ cd tests
51
+ python bot_yaml.py
52
+
0 commit comments