Skip to content

Commit

Permalink
fix space in key and pass to env
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Jul 18, 2024
1 parent 96adb98 commit 6affba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: run base tests
env:
FLASK_SECRET_KEY: ${{ secrets.FLASK_SECRET_KEY }}
run: |
cd src
python -m pytest -svv --cov=. --cov-report=xml
Expand Down

0 comments on commit 6affba0

Please sign in to comment.