Automated build verification for setup #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consider running tests (e.g. against a container via
Dockerfilein order to insure reproducibility) after any or specific (e.g. labeled) commits.This important to keep #20 relevant.
It should gradually be expanded to all issues related to instance setup https://git.benetou.fr/utopiah/biggu_s_gate/issues?labels=58
Could also expand
package.jsonusing e.g.Can go "all the way" to doing a public query to validate if the server is accessibly, e.g.
"curl https://biggu.benetou.fr/commands | jq"allowing also to verify if reverse proxy, firewall, etc are indeed properly configured.Would require to have the domain defined somewhere, e.g. environment variable resulting in
DOMAIN=https://biggu.benetou.fr npm run server_and_domain_testutopiah referenced this issue2026-04-28 08:36:35 +00:00