commit b999464ceecb5ecbd02dddb9ee055be2ee3fb3af parent 19d17daff01762ea844649a7d0d144b11c3900e7 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 20 Jan 2022 20:31:55 +0100 Account for new endpoints hit while doing the actual e2e tests Diffstat:
| M | .github/workflows/playwright.yml | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -25,7 +25,13 @@ jobs: azure.archive.ubuntu.com:80 security.ubuntu.com:80 packages.microsoft.com:80 - packages.microsoft.com:443" + packages.microsoft.com:443 + ppa.launchpad.net:80 + fonts.googleapis.com:443 + telemetry.nextjs.org:443 + location.services.mozilla.com:443 + art.midnightthoughts.space:443 + matrix.art.midnightthoughts.space:443" - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 with: persist-credentials: false