Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Oct 9, 2024
2 parents d259ee2 + f1fbe9d commit 2d559bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openglados.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
GROQ_TOKEN: ${{ secrets.GROQ_TOKEN }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CHICHI: ${{ secrets.CHICHI }}
TENOR_API_KEY: ${{ secrets.TENOR_API_KEY }}
run: |
pytest

0 comments on commit 2d559bb

Please sign in to comment.