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