test(dataproxy,deno): test deno data proxy client
Note: tests fail with messages like
The environment variable `DATABASE_URL` resolved to an empty string.
Because the repository secrets are not exposed when a PR is done from a fork (GitHub security default)
We would need to
- set a value for
DENO_DATA_PROXY_URLin https://github.com/prisma/ecosystem-tests/settings/secrets/actions - push that PR branch manually to a branch inside the repository.
@millsp Could you push this branch to this repository?
I added DENO_DATA_PROXY_URL to utils/crypto/envVars.ts with the same value as other *_DATA_PROXY_URL values. I think now it points to the same data proxy endpoints. (So no need of addition of secrets, I guess).
Your PR is now running at https://github.com/prisma/ecosystem-tests/pull/3134
This will be merged via https://github.com/prisma/ecosystem-tests/pull/3134