Skip to content

Commit

Permalink
fixup! fixup! fixup! [#164] Add workflow for running Windows tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorokin-Anton committed Nov 26, 2022
1 parent 3fa38ab commit aaa2f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/golden/check-ignoreExternalRefsTo/expected_windows.gold
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
=== Invalid references found ===

➥ In file check-ignoreRefs.md
➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:7:10-53:
- text: "web-site"
- link: https://localhost:20000/web-site
- anchor: -

⛂ InternalException (HostCannotConnect "localhost" [Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED)),Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))])

➥ In file check-ignoreRefs.md
➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:9:10-45:
- text: "team"
- link: https://127.0.0.1:20000/team
- anchor: -

⛂ InternalException (HostCannotConnect "127.0.0.1" [Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))])

➥ In file check-ignoreRefs.md
➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:11:10-44:
- text: "blog"
- link: http://localhost:20000/blog
- anchor: -

⛂ ConnectionFailure Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))

➥ In file check-ignoreRefs.md
➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:13:10-44:
- text: "labs"
- link: http://127.0.0.1:20000/labs
Expand Down

0 comments on commit aaa2f5a

Please sign in to comment.