Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

filipw
Copy link
Member

@filipw filipw commented May 6, 2024

@filipw
Copy link
Member Author

filipw commented May 6, 2024

The Mac failure is unrelated to this PR, I wonder what is going on

filipw and others added 2 commits May 7, 2024 13:37
@@ -259,14 +261,6 @@ public void ShouldExecuteRemoteScript(string url, string output)
Assert.Contains(output, result.Output);
}

[Fact]
public void ShouldExecuteRemoteScriptUsingTinyUrl()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tinyurl implemented captcha using cloudflare and we can't use it anymore 😅

however I am not sure why this test even exists, I assume to test if would follow redirects? if that is the case, then I added an http:// variant to the test above, since github returns 301 then

@@ -23,7 +23,7 @@ jobs:
run: dotnet-script build/Build.csx

build-mac:
runs-on: macos-latest
runs-on: macos-13
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this forces us back into intel Macs for now

Copy link
Collaborator

@seesharper seesharper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now 👍. Thanks

@seesharper seesharper merged commit 4121d1a into master May 7, 2024
@seesharper seesharper deleted the bugfix/path-detection branch May 7, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vscode launch file absolute path workaround?
3 participants