mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
Try to fix pg issue
This commit is contained in:
3
.github/workflows/run-backend-bdd-tests.yml
vendored
3
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -53,6 +53,9 @@ jobs:
|
||||
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
||||
echo "ACME_FEATURE_ENABLED=true" >> .env
|
||||
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
||||
# XXX: This is a workaround for the error: "error:0308010C:digital envelope routines::unsupported"
|
||||
# ref: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/69699772#69699772
|
||||
echo "NODE_OPTIONS=--openssl-legacy-provider" >> .env
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user