File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ DB_USER=activity
7
7
DB_PASSWORD=activity
8
8
DB_HOST=db
9
9
DB_PORT=5432
10
+
11
+ ACTIVITY_CE_DB_ENGINE=django.db.backends.postgresql
12
+ ACTIVITY_CE_DB_NAME=activity_dev
13
+ ACTIVITY_CE_DB_USER=activity
14
+ ACTIVITY_CE_DB_PASSWORD=activity
15
+ ACTIVITY_CE_DB_HOST=db
16
+ ACTIVITY_CE_DB_PORT=5432
Original file line number Diff line number Diff line change 45
45
coverage report
46
46
echo "----------- Upload test coverage ---------"
47
47
bash <(curl -s https://codecov.io/bash)
48
- echo ${{github.ref}}
49
48
50
49
Infrastructure :
51
50
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ RUN apk update && apk add postgresql-dev gcc python3-dev musl-dev
13
13
ENV PYTHONDONTWRITEBYTECODE 1 #Prevents Python from writing pyc files to disc
14
14
ENV PYTHONUNBUFFERED 1 #Prevents Python from buffering stdout and stderr
15
15
16
- # Set environment variables
17
- ENV ACTIVITY_CE_DB_ENGINE=django.db.backends.postgresql
18
- ENV ACTIVITY_CE_DB_NAME=activity_dev
19
- ENV ACTIVITY_CE_DB_USER=activity
20
- ENV ACTIVITY_CE_DB_PASSWORD=activity
21
- ENV ACTIVITY_CE_DB_HOST=db
22
- ENV ACTIVITY_CE_DB_PORT=5432
23
16
24
17
# Install dependencies
25
18
RUN pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments