From e00a42de8019335f3183f6f41c64be1a59d9375f Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:27:10 +0100 Subject: [PATCH] test(links): remapping --- .github/workflows/links.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index c861afe8..f116de27 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -58,8 +58,11 @@ jobs: with: args: > --no-progress - --accept 429 - --remap "http://localhost:8080/@ https://nuejs.org/@" # remap @spotlight / @base + --accept "403, 429, 503" + --remap "http://localhost:8080/@ https://nuejs.org/@" + --remap "http://localhost:8080/todomvc https://nuejs.org/todomvc" + --remap "http://localhost:8080/glow-demo https://nuejs.org/glow-demo" + --exclude "http://localhost:8080/404.html" -- ${{ env.LINKS }} token: ${{ secrets.GITHUB_TOKEN }}