diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ef4973..2221530 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,7 @@ jobs: - name: Integration tests run env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + GENIUS_ACCESS_TOKEN: ${{ secrets.GENIUS_ACCESS_TOKEN }} run: | coverage run -m pytest api/integration_tests.py coverage xml -o coverage.xml diff --git a/.gitignore b/.gitignore index 1c2ff08..8b22717 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ api/__pycache__/ *.pyc *.tsbuildinfo .env -.venv \ No newline at end of file +.venv +api/anki_deck.db \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 297e970..75ef642 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@