Skip to content

Commit 578d49f

Browse files
Richard BoardRichard Board
authored andcommitted
Updated unit tests in github actions
1 parent 0c40c6a commit 578d49f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy-to-test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ jobs:
2222
source venv/bin/activate
2323
pip install --upgrade pip
2424
pip install -r requirements_for_test.txt
25-
export DB_SECRET="{'dbClusterIdentifier':'none','password':'secret','dbname':'accessibility_monitoring_app','engine':'postgres','port':5432,'host':'localhost','username':'admin'}"
26-
export DB_NAME=bucket-name
2725
export ALLOWED_HOSTS='localhost 127.0.0.1 0.0.0.0'
2826
export SECRET_KEY=1234
2927
export DEBUG=TRUE
28+
export TERRAFORM=TRUE
29+
export DB_HOST=locahost
30+
export DB_NAME=accessibility_monitoring_app
31+
export DB_USER=admin
32+
export BUCKET_NAME=bucket-name
33+
export 'DB_PASSWORD={"username": "admin", "password": "secret"}'
3034
npm i
3135
make static_files_process
3236
make test

0 commit comments

Comments
 (0)