diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df90828..da5f105 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,9 @@ jobs: PAYLOAD_PUBLIC_SERVER_URL: https://test.example.com NEXT_PUBLIC_SERVER_URL: https://test.example.com EMAIL_DELIVERY_DISABLED: 'true' + DATABASE_URI: postgresql://placeholder:placeholder@localhost:5432/placeholder + CONSENT_LOGGING_API_KEY: ci-consent-api-key-placeholder + IP_ANONYMIZATION_PEPPER: ci-anonymization-pepper-placeholder - name: Run Integration Tests run: pnpm test:int @@ -117,6 +120,9 @@ jobs: PAYLOAD_PUBLIC_SERVER_URL: https://test.example.com NEXT_PUBLIC_SERVER_URL: https://test.example.com EMAIL_DELIVERY_DISABLED: 'true' + DATABASE_URI: postgresql://placeholder:placeholder@localhost:5432/placeholder + CONSENT_LOGGING_API_KEY: ci-consent-api-key-placeholder + IP_ANONYMIZATION_PEPPER: ci-anonymization-pepper-placeholder - name: Upload coverage report if: always()