Skip to content

Commit

Permalink
Update bot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanBhattaraiNP authored Feb 7, 2025
1 parent 1613945 commit 104f7cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ jobs:
pip install pytest requests s3fs cryptography
pip install .
- name: Run CaltechDATA Metadata Validation
- name: Run against CaltechData Test system
env:
CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}
run: |
python tests/bot_yaml.py
- name: Run Unit Tests
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
run: |
cd tests
pytest test_unit.py
pytest test_rdm.py
- name: Run Medata Validation Test and RDM
env:
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
run: |
cd tests
python bot_yaml.py

0 comments on commit 104f7cc

Please sign in to comment.