forked from github/plane
build: update secret key env in test_runner
This commit is contained in:
parent
3e6289a288
commit
3d0450580c
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…
Reference in New Issue
Block a user