Skip to content
Snippets Groups Projects
Commit b38655b8 authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

add run to heruko.yml

parent 59adaf6e
No related branches found
No related tags found
No related merge requests found
Pipeline #110740 failed
......@@ -3,10 +3,10 @@ variables:
image: python:3
test:
context: backend/secfit
script:
# this configures Django application to use attached postgres database that is run on `postgres` host
- apt-get update -qy
- cd backend/secfit
- pip install -r requirements.txt
- python manage.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment