We use the `bin/ci` script to execute our E2E tests. However, this script is solely for E2E, and the 'CI' label is potentially misleading, given that we also have CI for rspec tests, rubocop, and so on. To clarify its purpose, I've renamed it to `bin/e2e`. Moreover, the environment variable `CI_HETZNER_SACRIFICIAL_SERVER_ID` can be somewhat confusing. Considering that we have several environment variables starting with `E2E`, renaming it to `E2E_HETZNER_SERVER_ID` would make it more understandable for new contributors.
8.7 KiB
8.7 KiB