build: update workflow file

This commit is contained in:
pablohashescobar 2022-12-14 00:07:59 +05:30
parent 3d0450580c
commit b51c31f8d4

View File

@ -49,5 +49,5 @@ jobs:
- name: Run Tests
working-directory: ./apiserver
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: coverage run --source='.' manage.py test --settings=plane.settings.test