Skip to content

Commit

Permalink
test(links): remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Nov 14, 2024
1 parent d6967f4 commit e00a42d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e00a42d

Please sign in to comment.