Forked this project. CI testing domains & proxy validity won't run properly #31167
Replies: 1 comment
-
|
If you cannot figure out basic errors in the CI code you shouldn't be running it. We provide zero support for people who blindly copy and paste our CI code, as it is not what we intend for you to do. The code is written specifically for our service, it will not work for yours. If you can't figure out a basic error like that nor know how to even use the testing package we use, you shouldn't be running our code. The answer to your questions are literslly one Google search away. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, idk if this is the right place to ask, but i have absolutely no idea how to fix this.
Im trying to distribute my very own domain
*.dev.wales(just like *.is-a.dev). Ive forked is-a-dev/register and modified the config files in here to adapt my domain. Right now, 3 of the CI scripts work, but the test CI doesn't. It keeps spitting outTest finished without running any assertionsin logs fordomains.test.jsandproxy.test.jsunder the"test" path.Ive tried adapting opendomains' configuration, changing the files multiple times, fed it to Copilot, and have no luck. (did it in a private repo)
Right now i just went ahead and disabled these two, but i am still trying to make it work.
Could anyone help me out? Thanks.
for reference:
https://github.com/devdotwales/dev.wales/blob/main/tests/domains.test.jsdisabled
https://github.com/devdotwales/dev.wales/blob/main/tests/proxy.test.jsdisabled
https://github.com/open-domains/register/blob/main/tests/domains.test.js
https://github.com/open-domains/register/blob/main/tests/proxy.test.js
https://github.com/is-a-dev/register/blob/main/tests/domains.test.js
https://github.com/is-a-dev/register/blob/main/tests/proxy.test.js
(Im not a skilled programmer)
Beta Was this translation helpful? Give feedback.
All reactions