We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ecfbc7 + e47e2a1 commit 9108cb3Copy full SHA for 9108cb3
.github/workflows/tests.yml
@@ -64,6 +64,10 @@ jobs:
64
sed -i 's|\${BASE_URL}|http://${DOMAIN}|g' files/service/config.json.template
65
sed -i 's/\$scheme/https/g' files/nginx/backend.conf
66
sed 's/your.domain.com/central-test.localhost/; s/^SSL_TYPE=letsencrypt/SSL_TYPE=upstream/' .env.template > .env
67
+ echo PGHOST=postgres14 >> .env
68
+ echo PGUSER=odk >> .env
69
+ echo PGPASSWORD=odk >> .env
70
+ echo PGPORT=5432 >> .env
71
- name: Add domain
72
run: echo '127.0.0.1 central-test.localhost' | sudo tee --append /etc/hosts
73
- name: Start services
@@ -83,4 +87,4 @@ jobs:
83
87
uses: actions/upload-artifact@v4
84
88
with:
85
89
name: Playwright Artifacts
86
- path: central/client/test-results
90
+ path: central/client/test-results
0 commit comments