build: update secret key env in test_runner
This commit is contained in:
parent
3e6289a288
commit
3d0450580c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test_runner.yml
vendored
2
.github/workflows/test_runner.yml
vendored
|
|
@ -48,4 +48,6 @@ jobs:
|
|||
pip install -r requirements/test.txt
|
||||
- name: Run Tests
|
||||
working-directory: ./apiserver
|
||||
env:
|
||||
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
||||
run: coverage run --source='.' manage.py test --settings=plane.settings.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue