stateful / runme

DevOps Workflows Built with Markdown
https://runme.dev
Apache License 2.0
901 stars 30 forks source link

Add extension to script file name for file commands #601

Closed adambabik closed 4 weeks ago

adambabik commented 4 weeks ago

Closes https://github.com/stateful/runme/issues/600

sourishkrout commented 4 weeks ago

I suspect the test's failing in C/I because ts-node is not installed by default. Perhaps this test case is a candidate to run inside a container. Added an e2e test case on the extension side https://github.com/stateful/vscode-runme/pull/1403.

Using deno might get around the problem. Going to try a few things.

sourishkrout commented 4 weeks ago

I suspect the test's failing in C/I because ts-node is not installed by default. Perhaps this test case is a candidate to run inside a container. Added an e2e test case on the extension side stateful/vscode-runme#1403.

Using deno might get around the problem. Going to try a few things.

Adding deno as a GHA worked. Rolling with it.

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
88.9% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud