mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 23:48:05 -05:00
fix: update backend BDD tests workflow to use .env.dev.example for environment configuration
This commit is contained in:
2
.github/workflows/run-backend-bdd-tests.yml
vendored
2
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Output .env file and enable feature flags for BDD tests
|
- name: Output .env file and enable feature flags for BDD tests
|
||||||
run: |
|
run: |
|
||||||
cp .env.example .env
|
cp .env.dev.example .env
|
||||||
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
||||||
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\", \"infisical.com\": \"host.docker.internal:8087\", \"example.com\": \"host.docker.internal:8087\"}" >> .env
|
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\", \"infisical.com\": \"host.docker.internal:8087\", \"example.com\": \"host.docker.internal:8087\"}" >> .env
|
||||||
echo "BDD_NOCK_API_ENABLED=true" >> .env
|
echo "BDD_NOCK_API_ENABLED=true" >> .env
|
||||||
|
|||||||
Reference in New Issue
Block a user