Commit cd3b524
committed
deploy(playwright): test the deployed pages, not Cloudflare's caches
The `git-scm.com` domain is handled by Cloudflare, which caches the
pages. Those cached pages are not what we want to test with Playwright,
so let's override via `/etc/hosts` which IP the domain name
`git-scm.com` resolves to; It is currently hardcoded to the first IPv4
address listed in
https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain
Signed-off-by: Johannes Schindelin <[email protected]>1 parent af845f8 commit cd3b524
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
0 commit comments