Skip to content

Commit 43c3619

Browse files
authored
docs: add github action to readme (#65)
Adds documentation linking to https://github.com/iloveitaly/github-action-localias, fixing #43
1 parent 30eb016 commit 43c3619

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,12 @@ localias 39020 pd 12u IPv6 0xb3abbd50442da23f 0t0
521521
In order for localias to start, you'll have to kill the process that is
522522
interfering and binding to these ports.
523523

524+
## Using Localias in GitHub Actions
525+
526+
Running Localias in GitHub Actions CI environments enables testing with URLs that mirror production setups. While Localias works well in CI, there are some Ubuntu-specific quirks around self-signed SSL certificate handling that require special attention.
527+
528+
For a complete, working implementation including certificate warming procedures and chromium testing with backoff mechanisms, see the community-maintained [github-action-localias](https://github.com/iloveitaly/github-action-localias) action. This action handles the edge cases around certificate installation and NSS databases in GitHub Actions runners.
529+
524530
# General reading / links / sources
525531

526532
- https://blog.mozilla.org/security/2019/02/14/why-does-mozilla-maintain-our-own-root-certificate-store/

0 commit comments

Comments
 (0)